add act under new section named Tools

This commit is contained in:
Casey Lee 2020-02-24 23:45:24 -08:00
parent 59ac7c738c
commit 2bebd40bb0
No known key found for this signature in database
GPG Key ID: 1899120ECD0A1784

View File

@ -31,6 +31,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Machine Learning Ops](#machine-learning-ops)
- [Build](#build)
- [Cheat Sheet](#cheat-sheet)
- [Tools](#tools)
- [Tutorials](#tutorials)
## Official Resources
@ -408,6 +409,10 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [GitHub Actions Branding Cheat Sheet](https://haya14busa.github.io/github-action-brandings/)
### Tools
- [Run GitHub Actions Locally](https://github.com/nektos/act)
## Tutorials
- [Continuous deployment of Next.js app with Up](https://medium.com/@romanenko/simple-ci-for-next-js-projects-with-apex-up-github-actions-6f0b1b9a5400)