Skip to content

Commit

Permalink
Add yamllint to linters
Browse files Browse the repository at this point in the history
We've got a lot of YAML in this repo... as this repo gets more popular, we'll benefit from having some consistency / linter in place.
  • Loading branch information
jeffwidman committed Aug 16, 2023
1 parent 77e002c commit 1329762
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,3 +247,5 @@ jobs:
cache: pip
- run: pip install -r requirements.txt
- run: ./bin/lint
# yamllint is installed in GitHub Actions base runner image: https://github.com/adrienverge/yamllint/pull/588
- run: yamllint .

0 comments on commit 1329762

Please sign in to comment.