Skip to content

Bulk updates from PyCon US 2024 Lightning Talks #1

Bulk updates from PyCon US 2024 Lightning Talks

Bulk updates from PyCon US 2024 Lightning Talks #1

Workflow file for this run

---
name: Validate CSVs
on:
pull_request:
branches:
- main
jobs:
test-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install -r linters/requirements.txt
- run: python linters/validate.py