Skip to content

Prep for v0.40.0 release (#1390) #719

Prep for v0.40.0 release (#1390)

Prep for v0.40.0 release (#1390) #719

Workflow file for this run

name: Python lint
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: eifinger/setup-rye@v2
- name: Rye lint
run: rye lint