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 1c5a3c5 commit 3074a22Copy full SHA for 3074a22
.github/workflows/go.yml
@@ -37,11 +37,6 @@ jobs:
37
run: |
38
go get -v -t -d ./...
39
40
- - name: Lint
41
- uses: golangci/[email protected]
42
- with:
43
- args: --verbose
44
-
45
- name: Build
46
run: go build -v ./...
47
.pre-commit-config.yaml
@@ -3,6 +3,3 @@ repos:
3
rev: v1.64.6
4
hooks:
5
- id: golangci-lint-full
6
7
-ci:
8
- skip: [golangci-lint-full]
0 commit comments