From 86c591ee65058076c64edda51ab23c2fc1d3059b Mon Sep 17 00:00:00 2001 From: Matteo Agnoletto <30753195+EPMatt@users.noreply.github.com> Date: Tue, 1 Mar 2022 13:05:48 +0100 Subject: [PATCH] add link to shfmt github action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e651f49778..a7476eb0b3 100644 --- a/README.md +++ b/README.md @@ -633,6 +633,7 @@ You can use public GitHub Actions to start using reviewdog with ease! :tada: :ar - [dotenv-linter/action-dotenv-linter](https://github.com/dotenv-linter/action-dotenv-linter) - Run [dotenv-linter](https://github.com/dotenv-linter/dotenv-linter) to lint `.env` files. - Shell script - [reviewdog/action-shellcheck](https://github.com/reviewdog/action-shellcheck) - Run [shellcheck](https://github.com/koalaman/shellcheck). + - [reviewdog/action-shfmt](https://github.com/reviewdog/action-shfmt) - Run [shfmt](https://github.com/mvdan/sh). - Go - [reviewdog/action-staticcheck](https://github.com/reviewdog/action-staticcheck) - Run [staticcheck](https://staticcheck.io/). - [reviewdog/action-golangci-lint](https://github.com/reviewdog/action-golangci-lint) - Run [golangci-lint](https://github.com/golangci/golangci-lint) and supported linters individually by golangci-lint.