We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f44e25 commit c7104d7Copy full SHA for c7104d7
1 file changed
.github/workflows/pythonapp.yml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
python -m pip install --upgrade pip
24
pip install -r lint-requirements.txt
25
- - name: Run lint again for error code
+ - name: Run linters
26
27
flake8 . --count --show-source --statistics
28
black --check --diff .
0 commit comments