Skip to content

Commit 0a3f5d3

Browse files
Merge pull request openshift#1183 from hongkailiu/verify-yaml
NO-JIRA: Makefile: verify -> verify-yaml
2 parents 09edded + 3fdb5c4 commit 0a3f5d3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,13 @@ format:
1919
go fmt ./...
2020
.PHONY: format
2121

22-
verify:
23-
hack/verify-yaml.sh
22+
verify: verify-yaml
2423
.PHONY: verify
2524

25+
verify-yaml:
26+
hack/verify-yaml.sh
27+
.PHONY: verify-yaml
28+
2629
clean:
2730
rm -rf _output/
2831
rm -rf bin

0 commit comments

Comments
 (0)