Skip to content

Commit bd148dd

Browse files
committed
Makefile: Add verify-update target
1 parent a388775 commit bd148dd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,17 @@ format:
2323
go fmt ./...
2424
.PHONY: format
2525

26-
verify: verify-yaml
26+
verify: verify-yaml verify-update
2727
.PHONY: verify
2828

2929
verify-yaml:
3030
hack/verify-yaml.sh
3131
.PHONY: verify-yaml
3232

33+
verify-update: update
34+
git diff --exit-code HEAD
35+
.PHONY: verify-update
36+
3337
clean:
3438
rm -rf _output/
3539
rm -rf bin

0 commit comments

Comments
 (0)