Skip to content

Update README.md

Update README.md #8

Workflow file for this run

name: Check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
name: Lint and Type Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- name: Run linting and type checking
run: make lint