Add link to JS Build Actions

Add a link to actions to run Gulp or Grunt build tasks then commit any asset file changes.

These are two separate actions:

- build: Runs either Gulp, Grunt or NPM (whichever is configured)
- commit: Commits and pushes asset file changes

Used together, these are perfect for running SASS/CSS compilation or JS transpiliation build actions.
This commit is contained in:
Eric Johnson 2019-01-12 21:37:02 -05:00 committed by GitHub
parent 40f2601d4d
commit 453083a0ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,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)
- [JS Build Actions](https://github.com/elstudio/actions-js-build) Run Grunt or Gulp build tasks and commit file changes
### Tutorials