Skip to content

Validate all OEB datapoints are covered #321

Validate all OEB datapoints are covered

Validate all OEB datapoints are covered #321

Workflow file for this run

name: Validate all OEB datapoints are covered
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: install python packages
run: |
python -m pip install --upgrade pip
pip install -r ci_requirements.txt
- name: execute validation script
run: python oeb_validation.py