chore: add lefthook

This commit is contained in:
Alec Thomas
2025-01-30 14:10:48 +11:00
parent 5765c11522
commit a6efd403cc
3 changed files with 9 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
hermit
+1
View File
@@ -0,0 +1 @@
.lefthook-1.10.10.pkg
+7
View File
@@ -0,0 +1,7 @@
pre-push:
jobs:
- name: test
run: go test -v ./...
- name: lint
run: golangci-lint run