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 3417501 commit ad56af1Copy full SHA for ad56af1
.github/workflows/go.yml
@@ -37,6 +37,9 @@ jobs:
37
run: |
38
go get -v -t -d ./...
39
40
+ - name: Lint
41
+ uses: golangci/golangci-lint-action@v6
42
+
43
- name: Build
44
run: go build -v ./...
45
.pre-commit-config.yaml
@@ -3,3 +3,6 @@ repos:
3
rev: v1.64.6
4
hooks:
5
- id: golangci-lint-full
6
7
+ci:
8
+ skip: [golangci-lint-full]
0 commit comments