Skip to content

Commit 696ff55

Browse files
committed
fix: add .exe for windows
1 parent b794e21 commit 696ff55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,16 @@ jobs:
4545
go-version: ${{ matrix.go-version }}
4646
cache-name: test-go
4747
- name: golangci-lint
48+
if: ${{ runner.os == 'Linux' && runner.environment == 'self-hosted' }}
4849
uses: golangci/golangci-lint-action@v8
4950
with:
5051
version: latest
5152
args: --timeout=5m ./cmd/... ./internal/...
5253
- name: go vet
54+
if: ${{ runner.os == 'Linux' && runner.environment == 'self-hosted' }}
5355
run: npm run lint:go
5456
- name: go fmt
57+
if: ${{ runner.os == 'Linux' && runner.environment == 'self-hosted' }}
5558
run: npm run format:go
5659
- name: Unit Test
5760
run: |

0 commit comments

Comments
 (0)