Skip to content

Commit bb167b7

Browse files
committed
Skip helmlint in CI, it requires helm binary
1 parent 4f05783 commit bb167b7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.3.0
7+
rev: v4.4.0
88
hooks:
99
- id: check-merge-conflict
1010
- id: check-symlinks
@@ -23,3 +23,7 @@ repos:
2323
args:
2424
- https://github.com/packit/udp.git
2525
stages: [manual, push]
26+
27+
ci:
28+
# requires helm binary
29+
skip: [helmlint]

0 commit comments

Comments
 (0)