Skip to content

Update PyConFR information. #48

Update PyConFR information.

Update PyConFR information. #48

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