From 3032f748ed970ab52adfbccfe4f6cd3e5e4ef90a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Pogeant?= Date: Mon, 13 Apr 2020 17:01:27 +0200 Subject: [PATCH] Add Gofmt action inside Dynamic Analysis section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index aa100c4..a9e3e1b 100644 --- a/README.md +++ b/README.md @@ -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)