Skip to content

Commit

Permalink
Improve yamllint ci step
Browse files Browse the repository at this point in the history
- This package is installed by default in GitHub Actions runners actions/runner-images#1142
- Use github warnings output formatter
  • Loading branch information
lopopolo committed Mar 3, 2021
1 parent 4ba878a commit 1dcfb0c
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 1dcfb0c

Please sign in to comment.