Files
git-commit-message-linter/.pre-commit-hooks.yaml
7000pctAUTO c18526a26a
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
Initial commit: Add git-commit-message-linter project
2026-01-29 10:23:44 +00:00

10 lines
214 B
YAML

repos:
- repo: local
hooks:
- id: commit-linter
name: Commit Message Linter
entry: commit-linter hook
language: system
stages: [commit-msg]
pass_filenames: false