We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab5f9f commit 51a0986Copy full SHA for 51a0986
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: Show errors separately
+ - name: Show Python errors separately
26
uses: samuelmeuli/lint-action@v1
27
with:
28
github_token: ${{ secrets.github_token }}
@@ -33,6 +33,7 @@ jobs:
33
34
flake8 . --count --show-source --statistics
35
black --check --diff .
36
+ yamllint .
37
38
unittests:
39
name: Unit Tests
0 commit comments