mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-08 21:03:29 +01:00
14 lines
339 B
YAML
14 lines
339 B
YAML
---
|
|
repos:
|
|
- repo: https://github.com/adrienverge/yamllint.git
|
|
rev: v1.27.1
|
|
hooks:
|
|
- id: yamllint
|
|
files: \.(yaml|yml)$
|
|
types: [file, yaml]
|
|
entry: yamllint --strict
|
|
- repo: https://github.com/ansible/ansible-lint.git
|
|
rev: v6.5.2
|
|
hooks:
|
|
- id: ansible-lint
|
|
files: \.(yaml|yml)$
|