Skip to content

Commit 4d2f091

Browse files
committed
show errors if not formatted
1 parent c7b4bef commit 4d2f091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-lint-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
run: staticcheck ./...
4747

4848
- name: Run format checks
49-
run: gofmt -l -d .
49+
run: gofmt -l -d -e .

0 commit comments

Comments
 (0)