1
0
mirror of https://github.com/Jguer/yay synced 2024-07-09 04:46:19 +00:00
yay/.pre-commit-config.yaml
jguer d003e96e07
fix(ci): fix env propagation
fix broken ci artifact download
2020-06-13 19:49:57 +02:00

11 lines
251 B
YAML

repos:
- repo: git://github.com/dnephin/pre-commit-golang
rev: master
hooks:
- id: go-fmt
- id: go-imports
args: [-local=github.com/Jguer/yay/v10/]
- id: golangci-lint
- id: go-unit-tests
- id: go-build