Merge pull request #394 from Jerome1337/add-gofmter

Add Gofmt action inside Dynamic Analysis section
This commit is contained in:
Sarah Drasner 2022-08-26 08:31:12 -06:00 committed by GitHub
commit 9be19e5ac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -326,6 +326,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
### Dynamic Analysis
- [Run Gofmt to check Golang code formatting](https://github.com/Jerome1337/gofmt-action)
- [Run Goimports to check Golang imports order](https://github.com/Jerome1337/goimports-action)
### Monitoring