Skip to content

feat(generic): move content into simple sub-directory #4

feat(generic): move content into simple sub-directory

feat(generic): move content into simple sub-directory #4

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
name: Validate Schema
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- name: Validate Competitions
run: |
python validate.py competitions
- name: Validate Generic
run: |
python validate.py generic