Skip to content

torrentleech: fix 033505d24eb30f29a2da3c675ea0817a99636786 #1732

torrentleech: fix 033505d24eb30f29a2da3c675ea0817a99636786

torrentleech: fix 033505d24eb30f29a2da3c675ea0817a99636786 #1732

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@v3
- 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@v3
- run: npm ci
- name: yaml schema check
run: |
bash ./scripts/validate.sh