Skip to content

Commit 60cdce8

Browse files
waveywavestekton-robot
authored andcommitted
chore: add yaml linting to pre-commit
1 parent 8caf14e commit 60cdce8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ repos:
1818
exclude: "(.*_test.go|^examples\/v1\/pipelineruns\/beta\/isolated-workspaces.yaml$)"
1919
- repo: local
2020
hooks:
21+
- id: lint-yaml
22+
name: "Lint YAML files"
23+
entry: bash -c 'yamllint -c .yamllint $(find . -path ./vendor -prune -o -type f -regex ".*y[a]ml" -print)'
24+
language: system
25+
types: [yaml]
2126
- id: lint-go
2227
name: "Run make golangci-lint"
2328
entry: make

0 commit comments

Comments
 (0)