Skip to content

(wip) Add --prerelease dispatch to uv #13

(wip) Add --prerelease dispatch to uv

(wip) Add --prerelease dispatch to uv #13

Workflow file for this run

name: Python format
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: eifinger/setup-rye@v1
- name: Rye fmt
run: rye fmt --check