generated from the-liberated-edge/wikijs
10 lines
153 B
YAML
10 lines
153 B
YAML
---
|
|
version: '3'
|
|
tasks:
|
|
format-yml:
|
|
cmds: [yamlfix .]
|
|
lint-yml:
|
|
cmds: [yamllint .]
|
|
lint-ansible:
|
|
cmds: [LC_ALL=C.UTF-8 ansible-lint .]
|