Skip to content

Commit a2ab3f5

Browse files
build(gen): Add coredns.sync to pre-commit
1 parent 55db19c commit a2ab3f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ repos:
6363
language: system
6464
files: "^devbox.(yaml|lock)$"
6565
pass_filenames: false
66+
- id: check-coredns-versions
67+
name: check-coredns-versions
68+
entry: make coredns.sync
69+
language: system
70+
files: "^api/versions/coredns.go$"
6671
- repo: https://github.com/tekwizely/pre-commit-golang
6772
rev: v1.0.0-rc.1
6873
hooks:

0 commit comments

Comments
 (0)