Skip to content

Commit

Permalink
[meta] added yamllint to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Apr 18, 2023
1 parent e96b612 commit e03f482
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 @@ -3,3 +3,8 @@ repos:
rev: v8.16.2
hooks:
- id: gitleaks
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.29.0
hooks:
- id: yamllint
args: [-c=.yamllint]

0 comments on commit e03f482

Please sign in to comment.