Skip to content

Commit 0071987

Browse files
G-Rathgkampitakis
andauthored
ci: show diff after running linting (#136)
Co-authored-by: Georgios Kampitakis <[email protected]>
1 parent 19b0806 commit 0071987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
args: -c ./golangci.yml
3131
- name: Format lint
3232
run: |
33-
make install-tools && make format && git diff --quiet
33+
make install-tools && make format && git diff && git diff --quiet
3434
test:
3535
name: Run tests
3636
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)