mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 11:38:47 +00:00
15 lines
343 B
YAML
15 lines
343 B
YAML
|
---
|
||
|
repos:
|
||
|
- repo: https://github.com/ansible-community/ansible-lint.git
|
||
|
rev: v6.5.0
|
||
|
hooks:
|
||
|
- id: ansible-lint
|
||
|
- repo: https://github.com/adrienverge/yamllint.git
|
||
|
rev: v1.27.1
|
||
|
hooks:
|
||
|
- id: yamllint
|
||
|
- repo: https://github.com/igorshubovych/markdownlint-cli
|
||
|
rev: v0.32.2
|
||
|
hooks:
|
||
|
- id: markdownlint
|