Skip to content

Commit

Permalink
Fix: #343 CI for gitvalidation
Browse files Browse the repository at this point in the history
Signed-off-by: Sajay Antony <sajaya@microsoft.com>
  • Loading branch information
sajayantony committed Sep 13, 2022
1 parent a330bba commit 0712c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ header.html: .tool/genheader.go specs-go/version.go
install.tools: .install.gitvalidation

.install.gitvalidation:
go get -u github.com/vbatts/git-validation
go install github.com/vbatts/git-validation@latest

This comment has been minimized.

Copy link
@vbatts

vbatts Sep 14, 2022

Member

👍


conformance: conformance-test conformance-binary

Expand Down

0 comments on commit 0712c1c

Please sign in to comment.