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 19b0806 commit 0071987Copy full SHA for 0071987
.github/workflows/go.yml
@@ -30,7 +30,7 @@ jobs:
30
args: -c ./golangci.yml
31
- name: Format lint
32
run: |
33
- make install-tools && make format && git diff --quiet
+ make install-tools && make format && git diff && git diff --quiet
34
test:
35
name: Run tests
36
runs-on: ${{ matrix.os }}
0 commit comments