Skip to content

Commit d400664

Browse files
Updated .github/workflows/lint-python.yml NO_JIRA
1 parent e3836ad commit d400664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Lint Python
4545
uses: reviewdog/action-flake8@v3
4646
with:
47-
fail_on_error: false
47+
fail_level: none
4848
filter_mode: added
4949
level: error
5050
flake8_args: ${{ steps.file-changes.outputs.changed-files }}

0 commit comments

Comments
 (0)