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 8b3f481 commit fd35e2eCopy full SHA for fd35e2e
.github/workflows/test.yml
@@ -16,11 +16,16 @@ jobs:
16
17
- name: Vet
18
run: go vet -v ./...
19
-
20
- - name: golangci-lint
21
- uses: golangci/golangci-lint-action@v1
22
- with:
23
- version: v1.26
24
25
- name: Test
26
run: go test -v ./...
+
+ lint:
+ name: Lint
+ runs-on: ubuntu-latest
+ steps:
27
+ - uses: actions/checkout@v2
28
+ - name: golangci-lint
29
+ uses: golangci/golangci-lint-action@v1
30
+ with:
31
+ version: v1.26
0 commit comments