diff --git a/.github/workflows/github-actions-lint.yml b/.github/workflows/github-actions-lint.yml index bfeac09..509572e 100644 --- a/.github/workflows/github-actions-lint.yml +++ b/.github/workflows/github-actions-lint.yml @@ -18,7 +18,7 @@ jobs: - uses: reviewdog/action-actionlint@v1 if: steps.changed-files.outputs.any_changed == 'true' with: - fail_level: any + :fail_level: any filter_mode: nofilter # added (default), diff_context, file, nofilter github_token: ${{ secrets.GITHUB_TOKEN }} reporter: github-pr-check diff --git a/.github/workflows/yaml-lint.yml b/.github/workflows/yaml-lint.yml index 5832652..a530cde 100644 --- a/.github/workflows/yaml-lint.yml +++ b/.github/workflows/yaml-lint.yml @@ -18,7 +18,7 @@ jobs: - uses: reviewdog/action-yamllint@v1 if: steps.changed-files.outputs.any_changed == 'true' with: - fail_level: any + :fail_level: any filter_mode: nofilter # added (default), diff_context, file, nofilter github_token: ${{ secrets.GITHUB_TOKEN }} reporter: github-pr-check