Merge pull request #55 from gep13/patch-1

Add Cake Action
This commit is contained in:
Sarah Drasner 2019-01-27 19:10:54 -07:00 committed by GitHub
commit 452b7ea7f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action)
- [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn)
- [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action)
- [Run Cake tasks](https://github.com/gep13/cake-actions)
- [PowerShell static analysis with PSScriptAnalyzer](https://github.com/devblackops/github-action-psscriptanalyzer)
- [JS Build Actions](https://github.com/elstudio/actions-js-build) Run Grunt or Gulp build tasks and commit file changes
- [Ember CLI Actions](https://github.com/NuckChorris/ember-cli-actions)