Skip to content

Commit 4d5edd5

Browse files
committed
test 16
1 parent d01a587 commit 4d5edd5

File tree

2 files changed

+2
-415
lines changed

2 files changed

+2
-415
lines changed

.github/workflows/pylint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
- name: Get modified Python files
2828
id: changed-files
2929
run: |
30-
FILES=$(git diff --name-only ${{ github.event.before }} ${{ github.sha }} -- '*.py' | tr '\n' ' ')
30+
FILES=$(git diff --name-only --diff-filter=AM \
31+
${{ github.event.before }} ${{ github.sha }} -- '*.py' | tr '\n' ' ')
3132
echo "files=$FILES" >> $GITHUB_OUTPUT
3233
3334
- name: Analysing the code with pylint

0 commit comments

Comments
 (0)