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