kaniko-action/.pre-commit-config.yaml

13 lines
304 B
YAML
Raw Normal View History

2024-11-10 10:29:21 +00:00
---
repos:
- repo: https://github.com/fsfe/reuse-tool
rev: v2.1.0
hooks:
- id: reuse
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.4.0
hooks:
- id: conventional-pre-commit
stages: [ commit-msg ]
args: [] # optional: list of Conventional Commits types to allow