mirror of
https://github.com/Jguer/yay.git
synced 2024-11-06 17:17:22 +01:00
d003e96e07
fix broken ci artifact download
11 lines
251 B
YAML
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
|