Add yamllint to distros folder
This commit is contained in:
committed by
greg-compass
parent
ad3179106f
commit
7b11f96dfd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user