Skip to content

Commit 3032f74

Browse files
committed
Add Gofmt action inside Dynamic Analysis section
1 parent 0a95a47 commit 3032f74

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
2121
- [Collection of Actions](#collection-of-actions)
2222
- [Utility](#utility)
2323
- [Static Analysis](#static-analysis)
24+
- [Dynamic Analysis](#dynamic-analysis)
2425
- [Monitoring](#monitoring)
2526
- [Pull Requests](#pull-requests)
2627
- [GitHub Pages](#github-pages)
@@ -286,6 +287,10 @@ Set up your GitHub Actions workflow with a specific version of your programming
286287
- [Publishing code coverage to CodeClimate](https://github.com/paambaati/codeclimate-action)
287288
- [Update repository go report card](https://github.com/creekorful/goreportcard-action)
288289

290+
### Dynamic Analysis
291+
292+
- [Run Gofmt to check Golang code formatting](https://github.com/Jerome1337/gofmt-action)
293+
289294
### Monitoring
290295

291296
- [Audit a webpage with Google Chrome's Lighthouse tests](https://github.com/jakejarvis/lighthouse-action)

0 commit comments

Comments
 (0)