Skip to content

feat: add polygons around calendar months #19

feat: add polygons around calendar months

feat: add polygons around calendar months #19

Workflow file for this run

name: Check Static Typing
on:
pull_request:
branches:
- main
jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- name: Install the project
run: uv sync --all-groups
- name: Run tests
run: uv run ty check