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 04a083e commit 1557bb0Copy full SHA for 1557bb0
.github/workflows/build.yml
@@ -30,6 +30,12 @@ jobs:
30
with:
31
fetch-depth: 0
32
33
+ - name: Lint
34
+ uses: golangci/golangci-lint-action@v2
35
+ with:
36
+ version: latest
37
+ skip-go-installation: true
38
+
39
- name: Install tools
40
run: make install
41
@@ -44,11 +50,6 @@ jobs:
44
50
- name: Build
45
51
run: make build
46
52
47
- - name: Lint
48
- uses: golangci/golangci-lint-action@v2
49
- with:
- version: v1.37
-
53
- name: Test
54
run: make test
55
0 commit comments