dcbot/.pre-commit-config.yaml
Dawid Wysokiński 13eefd3163
All checks were successful
continuous-integration/drone/push Build is passing
refactor: refactor tools installation
2023-04-30 06:17:59 +02:00

12 lines
331 B
YAML

repos:
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v8.0.0
hooks:
- id: commitlint
stages: [commit-msg]
additional_dependencies: ['@commitlint/config-conventional']
- repo: https://github.com/golangci/golangci-lint
rev: v1.52.2
hooks:
- id: golangci-lint