Skip to content

Commit

Permalink
Updated .github/workflows/lint-python.yml NO_JIRA
Browse files Browse the repository at this point in the history
  • Loading branch information
ccdc-github-admin committed May 14, 2024
1 parent ba8a107 commit e1c30dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: reviewdog/action-flake8@v3
with:
fail_on_error: false
filter_mode: diff_context
filter_mode: added
level: error
flake8_args: ${{ steps.file-changes.outputs.changed-files }}
reporter: ${{ env.REVIEWDOG_REPORTER }}

0 comments on commit e1c30dc

Please sign in to comment.