Skip to content

10-11SEP

10-11SEP #63

name: Check categories
on:
pull_request:
paths:
- "plane-alert-db.csv"
- "plane-alert-pia.csv"
- "plane-alert-ukraine.csv"
jobs:
checkCategories:
runs-on: ubuntu-latest
name: Check if main databases have valid Categories
steps:
- name: Checkout
uses: actions/[email protected]
- uses: actions/[email protected]
with:
python-version: "3.10"
cache: "pip"
- run: pip install -r ./scripts/requirements.txt
- name: Run main database checks
run: python ./scripts/check_categories.py