Merge pull request #291 from samuelmeuli/lint-action

Add Lint Action
This commit is contained in:
Gary Ewan Park 2020-01-05 20:46:03 +00:00 committed by GitHub
commit 56dbf2285b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,6 +244,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Run Unity tests](https://github.com/webbertakken/unity-test-runner)
- [Run Cypress E2E tests](https://github.com/cypress-io/github-action)
- [Run dotenv-linter - Lints your .env files like a charm, with optional reviewdog output on the PR](https://github.com/wemake-services/dotenv-linter)
- [Show and auto-fix linting errors for many programming languages](https://github.com/samuelmeuli/lint-action)
### Security