Skip to content

fix build issue introduced in 2.2.2 (#696) #386

fix build issue introduced in 2.2.2 (#696)

fix build issue introduced in 2.2.2 (#696) #386

Workflow file for this run

name: Lint
on:
push:
branches: ["main"]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx install ruff
- run: ruff check src/
- run: ruff format src/