From 83370d7f95eb9e72e7b8a68b3521743f1f69bb78 Mon Sep 17 00:00:00 2001 From: Callum Tait <15716903+toast-gear@users.noreply.github.com> Date: Sun, 16 Oct 2022 09:15:56 +0100 Subject: [PATCH] ci: use github-pr-check reporter for shellcheck (#1927) * ci: use github-pr-review reporter for shellcheck * ci: use default reporter Co-authored-by: toast-gear --- .github/workflows/validate-runners.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/validate-runners.yaml b/.github/workflows/validate-runners.yaml index 02410f10..99ccbfa8 100644 --- a/.github/workflows/validate-runners.yaml +++ b/.github/workflows/validate-runners.yaml @@ -22,7 +22,6 @@ jobs: uses: reviewdog/action-shellcheck@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} - reporter: shellcheck path: "./runner" pattern: | *.sh