Add yamllint to distros folder

This commit is contained in:
Greg Hellings
2023-08-15 11:23:29 -05:00
committed by greg-compass
parent ad3179106f
commit 7b11f96dfd
5 changed files with 21 additions and 19 deletions
+2 -1
View File
@@ -42,5 +42,6 @@ jobs:
ansible: true
- name: Run lint
run: |
yamllint -c ansible/yamllint.yml ansible .github
yamllint -c ansible/yamllint.yml ansible .github distros
find distros/ -name user-data | xargs yamllint -c ansible/yamllint.yml
# TODO: Add ansible-lint run