Skip to content

jackett indexers as of 98b6692a1e76721c8b3db84e24010cf48ebae235 [2024… #2329

jackett indexers as of 98b6692a1e76721c8b3db84e24010cf48ebae235 [2024…

jackett indexers as of 98b6692a1e76721c8b3db84e24010cf48ebae235 [2024… #2329

Workflow file for this run

---
name: Yaml Validation
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
name: Lint Yaml
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: yamllint version
run: |
yamllint --version
- name: yamllint run
run: |
yamllint definitions --format github
schema_validate:
name: Validate Schema
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- name: yaml schema check
run: |
bash ./scripts/validate.sh