From 709d5189ab4502dd18c179555bcb162129b22f60 Mon Sep 17 00:00:00 2001 From: Brian Surowiec Date: Wed, 5 Feb 2020 03:03:25 -0500 Subject: [PATCH] Remove actions v1 eslint action --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b260190..3457e02 100644 --- a/README.md +++ b/README.md @@ -236,7 +236,6 @@ Set up your GitHub Actions workflow with a specific version of your programming - [PHP Code fixer Action](https://github.com/OskarStark/php-cs-fixer-ga) - [Lint a Dockerfile](https://github.com/jwr0/dockerfile-linter-action) (using replicatedhq/dockerfilelint) - [Runs Hadolint against a Dockerfile within a repository](https://github.com/burdzwastaken/hadolint-action) -- [Run ESLint with status checks and file diff annotations](https://github.com/gimenete/eslint-action) - [Run ESLint, with reviewdog output on the PR](https://github.com/reviewdog/action-eslint) - [JavaScript-based linter for \*.workflow files](https://github.com/OmarTawfik/github-actions-js) - [Lint a Dockerfile using Hadolint](https://github.com/cds-snc/github-actions/tree/master/docker-lint)