Add Goimports action inside Dynamic Analysis section

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

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)
@ -277,6 +278,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)