From 2cb3a09c1bc2072a2d71a13bbdee7a562b7caf77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Ulsberg?= Date: Mon, 18 May 2020 15:04:41 +0200 Subject: [PATCH] Replace bewuethr/shellcheck-action with reviewdog/action-shellcheck Replace bewuethr/shellcheck-action with reviewdog/action-shellcheck due to the former not supporting sending arguments to shellcheck: https://github.com/bewuethr/shellcheck-action/issues/2 --- .github/workflows/test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2bd80b5..4dd1518 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,4 +24,8 @@ jobs: - uses: actions/checkout@v2 - name: Shellcheck - uses: bewuethr/shellcheck-action@v2 + uses: reviewdog/action-shellcheck@v1 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + reporter: github-pr-review + severity: style