We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08ccd7d commit af9845cCopy full SHA for af9845c
.github/workflows/actionlint.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@v4
21
- uses: reviewdog/action-actionlint@v1
22
with:
23
- fail_on_error: true
+ fail_level: any
24
filter_mode: nofilter
25
github_token: ${{ secrets.GITHUB_TOKEN }}
26
reporter: github-check
.github/workflows/yamllint.yml
- uses: reviewdog/action-yamllint@v1
0 commit comments