Skip to content

update Pokemon UPR FVX link (#53) #170

update Pokemon UPR FVX link (#53)

update Pokemon UPR FVX link (#53) #170

Workflow file for this run

name: Schema Checks
on: [push, pull_request]
jobs:
Schema_Checks:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Setup Python
uses: actions/[email protected]
with:
python-version: '3.11'
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run script
run: python3 validate-schema.py