mirror of
https://github.com/sdras/awesome-actions.git
synced 2024-10-01 00:55:38 -04:00
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:
parent
40f2601d4d
commit
453083a0ad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user