sessions/.pre-commit-config.yaml
Dawid Wysokiński 7cb8a6a70c
All checks were successful
ci/woodpecker/push/test Pipeline was successful
feat: migrate from drone to woodpecker (#86)
Reviewed-on: #86
2023-09-09 04:25:16 +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