base
This commit is contained in:
14
.pre-commit-config.yaml
Normal file
14
.pre-commit-config.yaml
Normal 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]
|
||||
Reference in New Issue
Block a user