mirror of
https://github.com/Jguer/yay
synced 2024-10-31 13:42:27 +00:00
d003e96e07
fix broken ci artifact download
10 lines
251 B
YAML
10 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
|