Skip to content

Commit

Permalink
CI: run yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
tbm committed Nov 13, 2020
1 parent c82d96b commit 4471bcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ jobs:
- uses: actions/setup-python@v2
- run: pip install -r requirements_dev.txt
- run: mkdocs build
- run: find -name "*.yml" -exec yamllint -s {} \;
- run: find -name "*.yaml" -exec yamllint -s {} \;

0 comments on commit 4471bcc

Please # to comment.