From 453083a0ad806a354bda22983df1d09680d93f30 Mon Sep 17 00:00:00 2001 From: Eric Johnson Date: Sat, 12 Jan 2019 21:37:02 -0500 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe06aa8..a5a9fee 100644 --- a/README.md +++ b/README.md @@ -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