Skip to content

Commit 3074a22

Browse files
committed
back to pre-commit
1 parent 1c5a3c5 commit 3074a22

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ jobs:
3737
run: |
3838
go get -v -t -d ./...
3939
40-
- name: Lint
41-
uses: golangci/[email protected]
42-
with:
43-
args: --verbose
44-
4540
- name: Build
4641
run: go build -v ./...
4742

.pre-commit-config.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,3 @@ repos:
33
rev: v1.64.6
44
hooks:
55
- id: golangci-lint-full
6-
7-
ci:
8-
skip: [golangci-lint-full]

0 commit comments

Comments
 (0)