Skip to content

Commit 03ec6a1

Browse files
Updated .github/workflows/lint-python.yml NO_JIRA
1 parent ee3b152 commit 03ec6a1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/lint-python.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ jobs:
2727
echo "REVIEWDOG_REPORTER=github-check" >> $GITHUB_ENV
2828
fi
2929
30+
- name: Get changed files
31+
id: file_changes
32+
uses: trilom/[email protected]
33+
with:
34+
output: ' '
35+
3036
- name: Set up Python environment
3137
uses: actions/setup-python@v2
3238
with:
@@ -37,5 +43,6 @@ jobs:
3743
with:
3844
fail_on_error: false
3945
filter_mode: diff_context
40-
level: info
46+
level: warning
47+
flake8_args: ${{ steps.file_changes.outputs.files }}
4148
reporter: ${{ env.REVIEWDOG_REPORTER }}

0 commit comments

Comments
 (0)