Skip to content

Commit c7104d7

Browse files
committed
Rename linting block
1 parent 4f44e25 commit c7104d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
python -m pip install --upgrade pip
2424
pip install -r lint-requirements.txt
25-
- name: Run lint again for error code
25+
- name: Run linters
2626
run: |
2727
flake8 . --count --show-source --statistics
2828
black --check --diff .

0 commit comments

Comments
 (0)