Merge pull request #392 from Jerome1337/add-golint

Add Golint action inside Linting subsection
This commit is contained in:
Sarah Drasner 2020-08-27 16:03:53 -06:00 committed by GitHub
commit 426fcc9cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -271,6 +271,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)
- [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 Golint to lint your Golang code](https://github.com/Jerome1337/golint-action)
#### Security