Skip to content

Commit 1cdb68a

Browse files
committed
updating
1 parent ff18914 commit 1cdb68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
pip install pylint black
2626
2727
- name: Run pylint
28-
run: pylint $(git ls-files '*.py')
28+
run: pylint .
2929

3030
- name: Run black
3131
run: black --check .

0 commit comments

Comments
 (0)