Skip to content

Adding yaml + lazy execution #237

Adding yaml + lazy execution

Adding yaml + lazy execution #237

Workflow file for this run

name: Rye format
on:
workflow_dispatch:
workflow_call:
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 -- --diff