Skip to content

Merge pull request #54 from happytaz/main #168

Merge pull request #54 from happytaz/main

Merge pull request #54 from happytaz/main #168

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/json-yaml-validate@v2.0.0
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/json-yaml-validate@v2.0.0
with:
json_schema: "./.github/schema-tmdb.json"
use_gitignore: false
yaml_as_json: true
exclude_file: "./.github/exclude-tvdb"