ansible-sshd/.pre-commit-config.yaml

15 lines
444 B
YAML
Raw Normal View History

2020-09-18 21:49:22 +02:00
---
repos:
- repo: https://github.com/adrienverge/yamllint.git
rev: 81e9f98ffd059efe8aa9c1b1a42e5cce61b640c6 # frozen: v1.35.1
2020-09-18 21:49:22 +02:00
hooks:
- id: yamllint
files: \.(yaml|yml)$
types: [file, yaml]
entry: yamllint --strict
- repo: https://github.com/ansible/ansible-lint.git
rev: 2d9f1ed1e6d08e1f6a18e50f789ab1580220c7db # frozen: v24.6.0
2020-09-18 21:49:22 +02:00
hooks:
- id: ansible-lint
files: \.(yaml|yml)$