Skip to content

Downward Löwenheim-Skolem #249

Downward Löwenheim-Skolem

Downward Löwenheim-Skolem #249

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- uses: astral-sh/setup-uv@v7
- name: Install dependencies
run: uv sync --all-extras
- name: Lint
run: uv run poe lint
- name: Test
run: uv run poe test