This commit is contained in:
2025-12-03 10:30:08 +09:00
commit 58ab7caff3
12 changed files with 1214 additions and 0 deletions

14
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,14 @@
repos:
- repo: local
hooks:
- id: golangci-lint
name: golangci-lint
entry: make lint
language: system
types: [go]
- id: test
name: test
entry: make test
language: system
types: [go]