#
github-actions

GitHub Actions gives you the flexibility to build an automated software development lifecycle workflow. You can write individual tasks, called actions, and combine them to create a custom workflow. Workflows are custom automated processes that you can set up in your repository to build, test, package, release, or deploy any code project on GitHub.
“With GitHub Actions you can build end-to-end continuous integration (CI) and continuous deployment (CD) capabilities directly in your repository. GitHub Actions powers GitHub's built-in continuous integration service. For more information, see "About continuous integration."
Featured Actions
Getting Started
Community & Support
Taking Action With GitHub Actions
Here are 4,997 public repositories matching this topic...
A curated list of awesome actions to use on GitHub
-
Updated
May 19, 2021
Build OpenWrt using GitHub Actions | 使用 GitHub Actions 云编译 OpenWrt
-
Updated
May 15, 2021 - Shell
-
Updated
May 20, 2021 - JavaScript
Raspberry Pi & NanoPi R2S/R4S & G-Dock & x86 OpenWrt Compile Project. (Based on Github Action / Daily Update)
-
Updated
May 16, 2021 - Shell
python
testing
jenkins
webdriver
selenium
e2e-tests
pytest
functional-testing
recorder
end-to-end-testing
rpa
selenium-python
e2e-testing
azure-devops
github-actions
-
Updated
May 19, 2021 - Python
GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.
static-site-generator
github-pages
hugo
nextjs
gatsby
actions
nuxt
mkdocs
mdbook
vuepress
github-actions
-
Updated
May 19, 2021 - TypeScript
GitHub action to setup PHP with required extensions, php.ini configuration, code-coverage support and various tools like composer...
php
composer
tools
continuous-integration
static-analysis
code-coverage
php-extensions
github-actions
-
Updated
May 20, 2021 - TypeScript
Automatically deploy your project to GitHub Pages using GitHub Actions. This action can be configured to push your production-ready code into any branch you'd like.
github-enterprise
github-pages
workflow
deployment
deployer
gh-pages
deploy
cicd
ghpages
github-actions
github-action
workflow-runs
workflow-configuration
github-marketplace
-
Updated
May 20, 2021 - TypeScript

-
Updated
May 18, 2021 - TypeScript
GitHub Actions for executing remote ssh commands.
-
Updated
May 15, 2021 - Dockerfile
A site that displays up to date COVID-19 stats, powered by fastpages.
python
github-pages
data-science
jupyter
analytics
nteract
data-visualisation
matplotlib
pymc3
fastai
altair
papermill
github-actions
covid-19
covid19
covid-data
fastpages
-
Updated
May 20, 2021 - Jupyter Notebook
Backend logic implementation for https://github.com/gothinkster/realworld with awesome FastAPI
-
Updated
May 13, 2021 - Python
Show your latest blog posts from any sources or StackOverflow activity or Youtube Videos on your GitHub profile/project readme automatically using the RSS feed
blog
rss
wordpress
workflow
youtube
stackoverflow
blogging
ghost
rss-feed
github-profile
activity
stackexchange
hacktoberfest
stackoveflow
github-workflow
blog-posts
github-actions
profile-readme
rss-feed-urls
stackoverflow-activity
-
Updated
May 18, 2021 - JavaScript
An Action to create releases via the GitHub Release API
-
Updated
Mar 3, 2021 - JavaScript
Rust task runner and build tool.
rust
task
coverage
circleci
build
travis-ci
build-automation
gitlab-ci
appveyor
cargo
travis
task-runner
build-tool
make
cargo-subcommand
cargo-plugin
azure-pipelines
github-actions
cargo-plugins
-
Updated
May 20, 2021 - Rust
-
Updated
May 9, 2021 - TypeScript
Debug your GitHub Actions via SSH by using tmate to get access to the runner system itself.
-
Updated
May 10, 2021 - JavaScript
REST API boilerplate using NodeJS and KOA2, typescript. Logging and JWT as middlewares. TypeORM with class-validator, SQL CRUD. Docker included. Swagger docs, actions CI and valuable README
heroku
docker
cors
jwt
koa
crud
node
typescript
sql
rest-api
swagger
winston
helmet
nodemon
typeorm
koa2
koa-router
class-validator
koa-jwt
github-actions
-
Updated
May 11, 2021 - TypeScript
Flutter environment for use in actions. It works on Linux, Windows, and macOS.
-
Updated
May 17, 2021 - TypeScript
A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion.
open-source
template
package-manager
cmake
cpp
continuous-integration
ci
static-analysis
project-template
gtest
cmakelists
codecov
clang-format
code-coverage
google-test
cmake-template
cmake-module
ccache
github-actions
github-action
-
Updated
Aug 16, 2020 - CMake
Audit URLs using Lighthouse and test performance with Lighthouse CI.
-
Updated
Apr 26, 2021 - JavaScript
python
circleci
travis-ci
ci
pypi
build-automation
wheel
appveyor
python-wheels
azure-pipelines
github-actions
-
Updated
May 19, 2021 - Python
Kubernetes controller for GitHub Actions self-hosted runnners
-
Updated
May 20, 2021 - Go
GitHub Actions for Hugo ⚡️ Setup Hugo quickly and build your site fast. Hugo extended, Hugo Modules, Linux (Ubuntu), macOS, and Windows are supported.
-
Updated
May 20, 2021 - TypeScript
GitHub Action for running Cypress end-to-end tests
-
Updated
May 15, 2021 - JavaScript
A Github Action used to build and publish Docker images
-
Updated
Apr 27, 2021 - Shell
GitHub Action for interacting with Firebase
-
Updated
Apr 21, 2021 - Shell
Created by GitHub
Released October 16, 2018
- Organization
- actions
- Website
- github.com/features/actions
Add support for code coverage
Ideally we could setup jacoco + codecov to have an automated test report after every push/pr.
This feature is up for grab