Skip to content

Commit 93f75c9

Browse files
committed
.github: verify go.{mod,sum}s are up-to-date.
Signed-off-by: Krisztian Litkey <[email protected]>
1 parent 46326e8 commit 93f75c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/sanity.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
run: make fmt
3030
- name: Vet
3131
run: make vet
32+
- name: Verify go modules are properly up-to-date
33+
run: |
34+
make mod-tidy && git diff --exit-code
3235
3336
test:
3437
name: "Run tests"

0 commit comments

Comments
 (0)