Skip to content

Bump eifinger/setup-rye from v1 to v2 (#829) #20

Bump eifinger/setup-rye from v1 to v2 (#829)

Bump eifinger/setup-rye from v1 to v2 (#829) #20

Workflow file for this run

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