Skip to content

Commit

Permalink
Add yamllint to pre-commit config (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Jul 10, 2024
1 parent a93f2e0 commit d4b83da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,10 @@ repos:
hooks:
- id: markdownlint-cli2

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.35.1
hooks:
- id: yamllint

ci:
skip: [golangci-lint-full]

0 comments on commit d4b83da

Please sign in to comment.