-
I use a workflow similar to the one above that is implemented in my Badge Generator web app, which is built in Vue and Yarn.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
snyk
Discontinued Snyk CLI scans and monitors your projects for security vulnerabilities. [Moved to: https://github.com/snyk/cli]
GitHub already supports code scanning for vulnerabilities. And I enjoy using snyk.io as a similar external tool.
-
create-pull-request
A GitHub action to create a pull request for changes to your repository in the actions workspace
Unfortunately, due to security limitations, the automated PR that your new upgrade workflow generates will not have GH Actions checks run against it. See issue on the Create PR action discussing this.
-
main.yml in my Node Project Template. This workflow tests and builds the app but does not deploy anything.
-
react-quickstart
Starter template for a React app - including docs, CI, and hosting ⚛ 📦 (by MichaelCurrin)
main.yml in my React Quickstart to test and build the app and commit the build output to GitHub Actions, to be served as a GH Pages site. main.yml in my Badge Generator, using Yarn. This is a GH Pages site too.
-
Icons from github/explore repo.