16 lines
290 B
YAML
16 lines
290 B
YAML
---
|
|
repos:
|
|
|
|
- repo: https://github.com/lyz-code/yamlfix/
|
|
rev: 1.1.1
|
|
hooks:
|
|
- id: yamlfix
|
|
|
|
- repo: https://github.com/ansible/ansible-lint
|
|
rev: v6.9.0
|
|
hooks:
|
|
- id: ansible-lint
|
|
files: \.(yaml|yml)$
|
|
additional_dependencies:
|
|
- ansible
|