Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add yamllint to pre-commit config
Browse files Browse the repository at this point in the history
lucacome committed Jul 3, 2024

Verified

This commit was signed with the committer’s verified signature.
lucacome Luca Comellini
1 parent 430d582 commit ef93e9d
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
@@ -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 ef93e9d

Please sign in to comment.