Skip to content

[MAINT] update listing and add validation #207

[MAINT] update listing and add validation

[MAINT] update listing and add validation #207

Workflow file for this run

---
name: Validation
on:
push:
branches: [master]
pull_request:
branches: [master]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
# Check for common misspellings
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master
check_listing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install python
uses: actions/setup-python@v5
with:
python-version: 3.13
- name: install dependencies
run: pip install -r tools/requirements.txt
- name: check that all datasets are listed in dataset_listing.tsv
run: python tools/print_dataset_listing.py