add new utility action (Minisauras)

This commit is contained in:
jinnatul 2020-10-01 13:05:35 +06:00
parent 39f0957925
commit 7d3ad3457c

View File

@ -223,6 +223,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [GitHub Environment Variables Action](https://github.com/FranzDiebold/github-env-vars-action) - Expose environment variables such as the branch/tag name, repository slug, and ref slug.
- [GitHub Action Locks](https://github.com/abatilo/github-action-locks/blob/master/README.md) - Guarantee atomic execution of your GitHub Action workflows.
- [Paths Filter](https://github.com/dorny/paths-filter) - Conditionally run actions based on files modified by PR, feature branch or pushed commits.
- [Minisauras](https://github.com/TeamTigers/minisauras) - Pulls all the JavaScript and CSS files from your base branch, minify them and creates a pull-request with a new branch.
#### Environments