Add GitHubActions.js - JavaScript-based linter for *.workflow files

This commit is contained in:
Gregor Martynus 2019-03-07 09:42:33 -08:00 committed by GitHub
parent 19fb02218f
commit 8b584ebfa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Run web performance audits using Sitespeed.io](https://github.com/sitespeedio/sitespeed.io/tree/master/docker/github-action)
- [Run Tests through Puppeteer, the Headless Chrome Node API](https://github.com/ianwalter/puppeteer)
- [Run ESLint with status checks and file diff annotations](https://github.com/gimenete/eslint-action)
- [JavaScript-based linter for \*.workflow files](https://github.com/OmarTawfik/github-actions-js)
### Pull Requests