Skip to content

Commit

Permalink
fix make tidy pre-commit hook stage (#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
tateexon authored Apr 24, 2024
1 parent 4c19956 commit 3d0df6a
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 @@ -23,7 +23,7 @@ lint:

.PHONY: tidy
tidy:
pre-commit run go-mod-tidy --all-files --show-diff-on-failure --color=always
pre-commit run go-mod-tidy --hook-stage pre-push --all-files --show-diff-on-failure --color=always

.PHONY: go_mod
go_mod:
Expand Down

0 comments on commit 3d0df6a

Please sign in to comment.