Skip to content

Commit

Permalink
Merge pull request #21 from artichoke/yamllint-ci
Browse files Browse the repository at this point in the history
Improve yamllint ci step
  • Loading branch information
lopopolo authored Mar 3, 2021
2 parents 4ba878a + 1dcfb0c commit cb2407c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ jobs:

- name: Lint YAML sources with yamllint
run: |
sudo -H python3 -m pip install --upgrade pip setuptools wheel
sudo -H python3 -m pip install --upgrade yamllint
yamllint --version
echo "Linting YAML sources with yamllint ..."
yamllint --strict .
yamllint --strict --format github .
echo "OK"

0 comments on commit cb2407c

Please sign in to comment.