ci
All checks were successful
CI Workflow / validate (push) Successful in 13s

This commit is contained in:
2024-12-19 22:18:44 +01:00
parent d56a2d8bbc
commit 43759e15f3

View File

@ -10,6 +10,10 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install yamllint
run: |
pip install yamllint
- name: Validate YAML files - name: Validate YAML files
run: | run: |
yamllint -c .yamllint . yamllint -c .yamllint .