Skip to content

feat: new tvdb schema #18

feat: new tvdb schema

feat: new tvdb schema #18

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
testTVDB:
name: TestTVDB
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: json-yaml-validate
uses: GrantBirki/[email protected]
with:
json_schema: "./.github/schema-tvdb.json"
use_gitignore: false
yaml_as_json: true
exclude_file: "./.github/exclude-tmdb"
testTMDB:
name: TestTMDB
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: json-yaml-validate
uses: GrantBirki/[email protected]
with:
json_schema: "./.github/schema-tmdb.json"
use_gitignore: false
yaml_as_json: true
exclude_file: "./.github/exclude-tvdb"