Skip to content

Commit a0127ff

Browse files
committed
.github/workflows: don't gofumpt on Windows
1 parent e7b4df0 commit a0127ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
run: staticcheck ./...
6969

7070
- name: Run gofumpt
71+
if: matrix.platform != 'windows-latest' # :<
7172
run: gofumpt -d -e -l .
7273

7374
- name: Run revive

0 commit comments

Comments
 (0)