We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d4ce0 commit e773b41Copy full SHA for e773b41
.github/workflows/ci.yml
@@ -24,6 +24,10 @@ jobs:
24
# the repo). Following the Principle of least privilege, we disable this as long
25
# as we don't need it.
26
persist-credentials: false
27
+ - name: golangci-lint
28
+ uses: golangci/golangci-lint-action@v9
29
+ with:
30
+ version: ${{ env.golangci-version }}
31
- run: go build ./...
32
- run: go test -coverprofile=coverate.out ./...
33
env:
0 commit comments