mirror of
https://github.com/sdras/awesome-actions.git
synced 2024-10-01 00:55:38 -04:00
Add Gofmt action inside Dynamic Analysis section
This commit is contained in:
parent
0a95a47d6f
commit
3032f748ed
@ -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)
|
||||
@ -286,6 +287,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 Gofmt to check Golang code formatting](https://github.com/Jerome1337/gofmt-action)
|
||||
|
||||
### Monitoring
|
||||
|
||||
- [Audit a webpage with Google Chrome's Lighthouse tests](https://github.com/jakejarvis/lighthouse-action)
|
||||
|
Loading…
Reference in New Issue
Block a user