We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46326e8 commit 93f75c9Copy full SHA for 93f75c9
1 file changed
.github/workflows/sanity.yml
@@ -29,6 +29,9 @@ jobs:
29
run: make fmt
30
- name: Vet
31
run: make vet
32
+ - name: Verify go modules are properly up-to-date
33
+ run: |
34
+ make mod-tidy && git diff --exit-code
35
36
test:
37
name: "Run tests"
0 commit comments