Merge pull request #393 from Jerome1337/add-goimports

Add Goimports action inside Dynamic Analysis section
This commit is contained in:
Sarah Drasner 2020-08-27 16:07:56 -06:00 committed by GitHub
commit b4968e7233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Collection of Actions](#collection-of-actions)
- [Utility](#utility)
- [Static Analysis](#static-analysis)
- [Dynamic Analysis](#dynamic-analysis)
- [Monitoring](#monitoring)
- [Pull Requests](#pull-requests)
- [GitHub Pages](#github-pages)
@ -293,6 +294,10 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Publishing code coverage to CodeClimate](https://github.com/paambaati/codeclimate-action)
- [Update repository go report card](https://github.com/creekorful/goreportcard-action)
### Dynamic Analysis
- [Run Goimports to check Golang imports order](https://github.com/Jerome1337/goimports-action)
### Monitoring
- [Audit a webpage with Google Chrome's Lighthouse tests](https://github.com/jakejarvis/lighthouse-action)