From 8cdf16777538649450abaedfd10ccca4feeff7e6 Mon Sep 17 00:00:00 2001 From: dmathieu <42@dmathieu.com> Date: Tue, 23 Jul 2024 14:13:42 +0200 Subject: [PATCH] run go-mod-tidy before crosslink --- .github/workflows/gen-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gen-check.yaml b/.github/workflows/gen-check.yaml index 1e2c6ce..4913183 100644 --- a/.github/workflows/gen-check.yaml +++ b/.github/workflows/gen-check.yaml @@ -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