Add Golint action inside Linting subsection

This commit is contained in:
Jérôme Pogeant 2020-04-13 17:08:56 +02:00
parent eca5545edf
commit dd20be87e6
No known key found for this signature in database
GPG Key ID: F3FF4145E9ADF771

View File

@ -259,6 +259,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [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) - [Run sqlcheck on the PR to identifies anti-patterns in SQL queries](https://github.com/yokawasa/action-sqlcheck)
- [Run Golint to lint your Golang code](https://github.com/Jerome1337/golint-action)
#### Security #### Security