File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
21
21
- [ Collection of Actions] ( #collection-of-actions )
22
22
- [ Utility] ( #utility )
23
23
- [ Static Analysis] ( #static-analysis )
24
+ - [ Dynamic Analysis] ( #dynamic-analysis )
24
25
- [ Monitoring] ( #monitoring )
25
26
- [ Pull Requests] ( #pull-requests )
26
27
- [ GitHub Pages] ( #github-pages )
@@ -286,6 +287,10 @@ Set up your GitHub Actions workflow with a specific version of your programming
286
287
- [ Publishing code coverage to CodeClimate] ( https://github.com/paambaati/codeclimate-action )
287
288
- [ Update repository go report card] ( https://github.com/creekorful/goreportcard-action )
288
289
290
+ ### Dynamic Analysis
291
+
292
+ - [ Run Gofmt to check Golang code formatting] ( https://github.com/Jerome1337/gofmt-action )
293
+
289
294
### Monitoring
290
295
291
296
- [ Audit a webpage with Google Chrome's Lighthouse tests] ( https://github.com/jakejarvis/lighthouse-action )
You can’t perform that action at this time.
0 commit comments