Skip to content

Restructure: wiki/ + bibliography consolidation, structure lint (#24) #1

Restructure: wiki/ + bibliography consolidation, structure lint (#24)

Restructure: wiki/ + bibliography consolidation, structure lint (#24) #1

Workflow file for this run

name: validate
on:
push:
branches: [main]
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- run: pip install pytest
- run: make validate
- run: make test