Skip to content

Commit 51c9e7c

Browse files
committed
ci: No need to test gofumpt output any more
1 parent 09cec2a commit 51c9e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: go vet ./...
3333

3434
- name: Gofumpt
35-
run: test -z $(gofumpt -d -e . | tee /dev/stderr)
35+
run: gofumpt -d -e .
3636

3737
- name: Gocyclo
3838
run: gocyclo -over 15 .

0 commit comments

Comments
 (0)