puppet-r10k/.pre-commit-config.yaml
Ben Vincent b218b4ef4e
All checks were successful
Build / build (pull_request) Successful in 57s
feat: prepare for gitea actions
- add actions workflow
- add makefile with build/clean targets
- add .gitignore file
- update pre-commit hooks
2024-11-17 19:55:36 +11:00

16 lines
376 B
YAML

repos:
- repo: 'https://github.com/adrienverge/yamllint'
rev: v1.32.0
hooks:
- id: 'yamllint'
args:
[
"-d {extends: relaxed, rules: {line-length: disable}, ignore: chart}",
"-s",
]
- repo: https://github.com/jorisroovers/gitlint
rev: v0.19.1
hooks:
- id: gitlint
stages: [commit-msg]