Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ tidy:

tidy-ci:
# for the root module, explicitly run the step, to prevent recursive calls
tidied -verbose
go mod tidy -diff
# then, for all child modules, use a module-managed `Makefile`
git ls-files '**/*go.mod' -z | xargs -0 -I{} bash -xc 'cd $$(dirname {}) && make tidy-ci'
2 changes: 1 addition & 1 deletion strictmiddleware/echo-v5/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tidy:
go mod tidy

tidy-ci:
tidied -verbose
go mod tidy -diff

else

Expand Down