Merge pull request #336 from yokawasa/add-action-sqlcheck

Added action-sqlcheck link to Lint part
This commit is contained in:
Sarah Drasner 2020-03-07 19:40:42 -07:00 committed by GitHub
commit 7628adc2f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -240,6 +240,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [PHP_CodeSniffer With Annotations](https://github.com/chekalsky/phpcs-action) - [PHP_CodeSniffer With Annotations](https://github.com/chekalsky/phpcs-action)
- [Linter for markdown (with presets)](https://github.com/avto-dev/markdown-lint) - [Linter for markdown (with presets)](https://github.com/avto-dev/markdown-lint)
- [Stylelint problem matcher to create annotations](https://github.com/xt0rted/stylelint-problem-matcher) - [Stylelint problem matcher to create annotations](https://github.com/xt0rted/stylelint-problem-matcher)
- [Run sqlcheck on the PR to identifies anti-patterns in SQL queries](https://github.com/yokawasa/action-sqlcheck)
#### Security #### Security