File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,16 +40,16 @@ jobs:
40
40
go-version : ${{ matrix.go-version }}
41
41
cache-name : test-go
42
42
- name : golangci-lint
43
- if : runner.os ! = 'Linux'
43
+ if : runner.os = = 'Linux'
44
44
uses : golangci/golangci-lint-action@v8
45
45
with :
46
46
version : v2.3.0
47
47
args : --timeout=5m ./cmd/... ./internal/...
48
48
- name : go vet
49
- if : runner.os ! = 'Linux'
49
+ if : runner.os = = 'Linux'
50
50
run : npm run lint:go
51
51
- name : go fmt
52
- if : runner.os ! = 'Linux'
52
+ if : runner.os = = 'Linux'
53
53
run : npm run format:go
54
54
- name : Unit Test
55
55
run : |
@@ -117,11 +117,11 @@ jobs:
117
117
run : pnpm -r test
118
118
119
119
- name : Check Spell
120
- if : runner.os ! = 'Linux'
120
+ if : runner.os = = 'Linux'
121
121
run : pnpm check-spell
122
122
123
123
- name : Lint
124
- if : runner.os ! = 'Linux'
124
+ if : runner.os = = 'Linux'
125
125
run : pnpm run lint
126
126
127
127
done :
You can’t perform that action at this time.
0 commit comments