Skip to content

EDMM: remove onedrive links, use official AIP VFR links, update GRPlugins #9

EDMM: remove onedrive links, use official AIP VFR links, update GRPlugins

EDMM: remove onedrive links, use official AIP VFR links, update GRPlugins #9

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