ci: only require one space between content and comments in yaml

This commit is contained in:
Price Hiller 2023-02-22 20:23:42 -06:00
parent b435e609b1
commit 43d53a5fd3
No known key found for this signature in database

View File

@ -25,4 +25,4 @@ jobs:
- name: Lint Inventory
run: |
yamllint -d "{extends: default, rules: {trailing-spaces: {level: warning}}}" ./inventory.yml
yamllint -d "{extends: default, rules: {trailing-spaces: {level: warning}, comments: { min-spaces-from-content: 1}}}" ./inventory.yml