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 e9b86a6 commit 0040ae5Copy full SHA for 0040ae5
.github/workflows/ci.yaml
@@ -19,23 +19,17 @@ jobs:
19
with:
20
go-version: 1.19
21
22
- - name: Lint
23
- uses: golangci/golangci-lint-action@v3.2.0
24
- with:
25
- version: latest
26
- args: --timeout 5m
27
-
28
- name: Go Format
29
run: gofmt -s -w . && git diff --exit-code
30
31
- name: Go Tidy
32
run: go mod tidy && git diff --exit-code
33
34
- - name: Go Mod
35
- run: go mod download
36
37
- - name: Go Build
38
- run: go build -v ./...
39
40
- name: Go Test
41
run: go test -v -race ./...
+
+ - name: Lint
+ uses: golangci/golangci-lint-action@v3.2.0
+ with:
+ version: latest
+ args: --timeout 5m
0 commit comments