test_linux_containers/Taskfile.yml

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 .]