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 : |
@@ -111,11 +111,11 @@ jobs:
111
111
run : pnpm -r test
112
112
113
113
- name : Check Spell
114
- if : runner.os ! = 'Linux'
114
+ if : runner.os = = 'Linux'
115
115
run : pnpm check-spell
116
116
117
117
- name : Lint
118
- if : runner.os ! = 'Linux'
118
+ if : runner.os = = 'Linux'
119
119
run : pnpm run lint
120
120
121
121
done :
You can’t perform that action at this time.
0 commit comments