Skip to content

Commit 3e0a7ca

Browse files
authored
Rename Pylint workflow step
1 parent e0fa36e commit 3e0a7ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_checks_build_and_test.yml

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

0 commit comments

Comments
 (0)