Skip to content

Calculate age and delta correctly #23

Calculate age and delta correctly

Calculate age and delta correctly #23

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v2
- run: uv sync --dev
- run: uv run pytest