Skip to content

Commit 5343f8f

Browse files
committedMar 24, 2025
Updated .github/workflows/lint-python.yml NO_JIRA
1 parent 1788a69 commit 5343f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/lint-python.yml

+1-1
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)
Failed to load comments.