We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65fbd61 commit b86f239Copy full SHA for b86f239
.github/workflows/test.yaml
@@ -20,7 +20,7 @@ jobs:
20
with: { go-version: stable }
21
22
- name: Ensure go.mod is tidy
23
- run: go mod tidy && git diff --exit-code -- go.mod
+ run: go mod tidy --diff
24
- name: Ensure generated files are committed
25
run: make check-generate
26
- run: make check
0 commit comments