Skip to content

Commit d0f1a78

Browse files
committed
Update run_tests_hooks_and_tools.yml
1 parent 1aa998d commit d0f1a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests_hooks_and_tools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
python -m pip install --upgrade pip
2828
pip install pytest pylint pylint-per-file-ignores
29-
- name: run Pylint for errors and warnings only, on test_shapefile.py
29+
- name: run Pylint for errors and warnings only.
3030
run: |
3131
pylint --disable=R,C *shapefile.py
3232

0 commit comments

Comments
 (0)