We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3accb72 + 1ec954f commit a06f76bCopy full SHA for a06f76b
.github/workflows/reviewdog.yml
@@ -16,7 +16,7 @@ jobs:
16
cond: ${{ github.event_name == 'pull_request' }}
17
if_true: "github-pr-review"
18
if_false: "github-check"
19
- - uses: reviewdog/action-shellcheck@v1.7
+ - uses: reviewdog/action-shellcheck@v1.9
20
with:
21
github_token: ${{ secrets.github_token }}
22
reporter: ${{ steps.reporter.outputs.value }}
0 commit comments