We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881681f commit b3f8d42Copy full SHA for b3f8d42
.github/workflows/ci.yml
@@ -45,13 +45,16 @@ jobs:
45
go-version: ${{ matrix.go-version }}
46
cache-name: test-go
47
- name: golangci-lint
48
+ if: ${{ runner.os == 'Linux' && runner.environment == 'self-hosted' }}
49
uses: golangci/golangci-lint-action@v8
50
with:
51
version: v2.3.0
52
args: --timeout=5m ./cmd/... ./internal/...
53
- name: go vet
54
55
run: npm run lint:go
56
- name: go fmt
57
58
run: npm run format:go
59
- name: Unit Test
60
run: |
0 commit comments