Skip to content

Commit a6efd40

Browse files
committed
chore: add lefthook
1 parent 5765c11 commit a6efd40

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

bin/.lefthook-1.10.10.pkg

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hermit

bin/lefthook

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.lefthook-1.10.10.pkg

lefthook.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pre-push:
2+
jobs:
3+
- name: test
4+
run: go test -v ./...
5+
6+
- name: lint
7+
run: golangci-lint run

0 commit comments

Comments
 (0)