Skip to content

WIP: Feat/data cleanup #146

WIP: Feat/data cleanup

WIP: Feat/data cleanup #146

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- name: Install dependencies
run: python -m pip install -r requirements.txt -r requirements-dev.txt
- name: Run pre-commit hooks
run: pre-commit run --all-files --show-diff-on-failure
- name: Validate YAML
run: python tests/validate_data.py
- name: Parsing YAML files (checking for correct relations)
run: python src/data.py