A curated list of awesome actions to use on GitHub
-
Updated
Oct 8, 2021
{{ message }}
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."
Taking Action With GitHub Actions
A curated list of awesome actions to use on GitHub
A template for building OpenWrt with GitHub Actions | 使用 GitHub Actions 云编译 OpenWrt
At the moment, it's possible to do
toc: true
to autogenerate a table of contents. I think it would be nice if there were also styling options, e.g. to have that TOC float on one side of the page.
GitHub Actions for GitHub Pages
The free Zapier/IFTTT alternative for developers to automate your workflows based on Github actions
Write workflows scripting the GitHub API in JavaScript
It's a material-design about screen to use on your Android apps. A developer profile and application information easy to integrate.
Debug your GitHub Actions via SSH by using tmate to get access to the runner system itself.
An Action to create releases via the GitHub Release API
Flutter environment for use in actions. It works on Linux, Windows, and macOS.
GitHub Action that uploads coverage to Codecov
GitHub Actions for Hugo
GitHub Action for running Cypress end-to-end tests
A Github Action used to build and publish Docker images
An Action to upload a release asset via the GitHub Release API
Only a subset of the inputs documented are actually allowed in the action.yml, resulting in the following warning when I use customParameters, versioning, and other parameters:
##[warning]Unexpected input 'customParameters', valid inputs are ['unityVersion', 'targetPlatform', 'projectPath', 'buildName', 'buildsPath', 'buildMethod']
GitHub Action for GoReleaser
An action to download a prebuilt Ruby and add it to the PATH in 5 seconds
Boiler plate template for C++ projects, with CMake, Doctest, Travis CI, Appveyor, Github Actions and coverage reports.
The files on PyPI have these hash values:
If print the hash values, people can easily verify whether the file on PyPI was automatically uploaded by CI script.
It is best to print a pretty-print table.
Framework for Building Virtual Assistants with Dialogflow and python
Created by GitHub
Released October 16, 2018
October 21, 2021 • Online
Describe the bug
git diff-treeused by linter onpushchecks only files from the last commit and regardless of files status, so deleted or renamed files are also checked.There are now 2 different
gitcommands used for finding the list of broken files (find them here: https://github.com/github/super-linter/blob/v3.14.4/lib/functions/buildFileList.sh#L59-L105).git diff-treeis u