Skip to content

Commit

Permalink
run go-mod-tidy before crosslink
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed Jul 23, 2024
1 parent 4d89774 commit 8cdf167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gen-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
with:
submodules: true
- name: Generate
run: make clean protobuf gen-modules full-replace crosslink go-mod-tidy
run: make clean protobuf gen-modules full-replace go-mod-tidy crosslink
- name: Check Clean Work Tree
run: make check-clean-work-tree

0 comments on commit 8cdf167

Please sign in to comment.