Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rieder authored May 11, 2021
1 parent 05087ec commit 3ac3b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ jobs:
# run: pydocstyle `git diff --name-only --diff-filter=ACMRTUXB main | grep -E "(.py$)"`
- name: Analysing the code with pylint
run: |
for file in `git diff --name-only --diff-filter=ACMRTUXB main | grep -E "(.py$)"`; do
for file in `git diff --name-only --diff-filter=ACMRTUXB HEAD | grep -E "(.py$)"`; do
pylint $file;
done

0 comments on commit 3ac3b6b

Please sign in to comment.