Add Lint Action

This commit is contained in:
Samuel Meuli 2020-01-04 23:56:00 +01:00
parent fb5e3cb9bd
commit 765731cb9f
No known key found for this signature in database
GPG Key ID: FA3F72EF6FF1B31D

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 Unity tests](https://github.com/webbertakken/unity-test-runner)
- [Run Cypress E2E tests](https://github.com/cypress-io/github-action) - [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) - [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 ### Security