1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2026-04-26 03:18:24 +01:00

Fixed: specify explicit YAML paths in yamllint

This commit is contained in:
ServarrAdmin
2025-08-15 23:27:56 -05:00
committed by bakerboy448
parent 7968139ba8
commit a6323dbf9d

View File

@@ -31,7 +31,7 @@ jobs:
yamllint --version
- name: yamllint run
run: |
yamllint definitions --format github
yamllint definitions/**/*.yml definitions/**/*.yaml --format github
schema_validate:
name: Validate Schema
runs-on: ubuntu-latest