Remove actions v1 eslint action

This commit is contained in:
Brian Surowiec 2020-02-05 03:03:25 -05:00 committed by GitHub
parent f29ced52b1
commit 709d5189ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)