Skip to content

Merge pull request #281 from egeakman/dcus-26 #154

Merge pull request #281 from egeakman/dcus-26

Merge pull request #281 from egeakman/dcus-26 #154

Workflow file for this run

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