17 lines
378 B
YAML
17 lines
378 B
YAML
|
---
|
||
|
repos:
|
||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||
|
rev: v4.6.0
|
||
|
hooks:
|
||
|
- id: check-yaml
|
||
|
- repo: https://github.com/shellcheck-py/shellcheck-py
|
||
|
rev: v0.10.0.1
|
||
|
hooks:
|
||
|
- id: shellcheck
|
||
|
- repo: https://github.com/tekwizely/pre-commit-golang
|
||
|
rev: master
|
||
|
hooks:
|
||
|
- id: go-test-mod
|
||
|
- id: go-fmt
|
||
|
- id: go-vet-mod
|