Add action for awesome-lint to the utilities (#286)

Add action for awesome-lint to the utilities
This commit is contained in:
Gary Ewan Park 2019-12-25 11:15:16 +00:00 committed by GitHub
commit 50171c4b94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -188,6 +188,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Install NPM dependencies with caching](https://github.com/bahmutov/npm-install)
- [Expose slug of some GitHub variables](https://github.com/marketplace/actions/github-slug)
- [AWS Secrets Manager Actions](https://github.com/say8425/aws-secrets-manager-actions) - Define AWS Secrets Manager secrets to environment values.
- [Action to lint Awesome lists](https://github.com/squadcastHQ/awesome-lint-action) - Uses [awesome-lint](https://github.com/sindresorhus/awesome-lint) to lint awesome lists as an Action.
- [Edit JSON File](https://github.com/deef0000dragon1/json-edit-action)
- [Build Slate documentation](https://github.com/Decathlon/slate-builder-action)