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.
1 parent f3614e7 commit cd91aacCopy full SHA for cd91aac
.github/workflows/lint-python.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Lint Python
45
uses: reviewdog/action-flake8@v3
46
with:
47
- fail_on_error: false
+ fail_level: none
48
filter_mode: added
49
level: error
50
flake8_args: ${{ steps.file-changes.outputs.changed-files }}
0 commit comments