Skip to content

Enable legends when configuring legend options #31

Enable legends when configuring legend options

Enable legends when configuring legend options #31

Workflow file for this run

name: Check Static Typing
on:
push:
branches: [main]
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: ty
run: uv run ty check
- name: pyrefly
run: uv run pyrefly check