Skip to content

Merge branch 'main' of https://github.com/mkrcke/strutopy #1

Merge branch 'main' of https://github.com/mkrcke/strutopy

Merge branch 'main' of https://github.com/mkrcke/strutopy #1

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v4
- run: uv python install 3.12
- run: uv sync --extra dev
- run: uv run pytest tests/ -v --timeout=60