Skip to content

Commit 51a0986

Browse files
committed
YAML linting in CI
1 parent bab5f9f commit 51a0986

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pythonapp.yml

Lines changed: 2 additions & 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: Show errors separately
25+
- name: Show Python errors separately
2626
uses: samuelmeuli/lint-action@v1
2727
with:
2828
github_token: ${{ secrets.github_token }}
@@ -33,6 +33,7 @@ jobs:
3333
run: |
3434
flake8 . --count --show-source --statistics
3535
black --check --diff .
36+
yamllint .
3637
3738
unittests:
3839
name: Unit Tests

0 commit comments

Comments
 (0)