From 0010c7b179df5c5c36a2475749011e1bfe12fa67 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Fri, 27 Sep 2019 01:01:01 +0900 Subject: [PATCH] Add reviewdog/action-shellcheck as a way to run shellcheck on GitHub Action https://github.com/reviewdog/action-shellcheck --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9237460..14dae8c 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ Services and platforms that have ShellCheck pre-installed and ready to use: Services and platforms with third party plugins: * [SonarQube](https://www.sonarqube.org/) through [sonar-shellcheck-plugin](https://github.com/emerald-squad/sonar-shellcheck-plugin) +* [GitHub Actions](https://github.com/features/actions) through [reviewdog/action-shellcheck](https://github.com/reviewdog/action-shellcheck) Most other services, including [GitLab](https://about.gitlab.com/), let you install ShellCheck yourself, either through the system's package manager (see [Installing](#installing)),