Skip to content

EDGG changes

EDGG changes #13

Workflow file for this run

name: datavalidator
on:
workflow_dispatch:
pull_request:
branches:
- main
schedule:
- cron: "0 0 * * 0"
jobs:
run-workflow-script:
runs-on: ubuntu-latest
steps:
- name: Checkout main branch
uses: actions/checkout@v2
with:
ref: main
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.11.4"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run Python script
run: python src/validate_data.py