Skip to content

Adding some conferences for 2024 #37

Adding some conferences for 2024

Adding some conferences for 2024 #37

Workflow file for this run

name: Validate CSV
on:
pull_request:
jobs:
test-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install dependencies
run: pip install -r linters/requirements.txt
- name: Validate CSV
run: python linters/lint-csv.py