We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3155c24 commit e89823fCopy full SHA for e89823f
1 file changed
.github/workflows/sanity.yml
@@ -26,7 +26,8 @@ jobs:
26
- name: Lint
27
run: make lint
28
- name: Fmt
29
- run: make fmt
+ run: |
30
+ make fmt && git diff --exit-code
31
- name: Vet
32
run: make vet
33
- name: Verify go modules are properly up-to-date
0 commit comments