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

15 lines
339 B
YAML
Raw Normal View History

2020-09-18 21:49:22 +02:00
---
repos:
- repo: https://github.com/adrienverge/yamllint.git
2022-06-03 12:22:17 +02:00
rev: v1.26.3
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
2022-06-03 12:22:17 +02:00
rev: v6.2.2
2020-09-18 21:49:22 +02:00
hooks:
- id: ansible-lint
files: \.(yaml|yml)$