From 8b584ebfa2b589fae44abb3bdadbd1dfea5eac38 Mon Sep 17 00:00:00 2001 From: Gregor Martynus Date: Thu, 7 Mar 2019 09:42:33 -0800 Subject: [PATCH] Add GitHubActions.js - JavaScript-based linter for *.workflow files --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab92a2b..d5d1923 100644 --- a/README.md +++ b/README.md @@ -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