Skip to content

Commit ea4fb4d

Browse files
committed
Make lint CI show diff
1 parent 2160634 commit ea4fb4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
gofumpt -l -w .
6868
6969
- name: Fail if changes
70-
run: git diff-index --exit-code HEAD
70+
run: git diff --exit-code HEAD
7171

7272
test:
7373
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)