dcbot/.pre-commit-config.yaml
Dawid Wysokiński 24da0ad533
Some checks failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/tag/docker Pipeline failed
ci/woodpecker/tag/deploy unknown status
feat: migrate from drone to woodpecker (#125)
Reviewed-on: #125
2023-09-09 05:43:58 +00: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.54.2
hooks:
- id: golangci-lint