Skip to content

Bump wheel from 0.47.0 to 0.48.0 #86

Bump wheel from 0.47.0 to 0.48.0

Bump wheel from 0.47.0 to 0.48.0 #86

Workflow file for this run

name: "Check Format"
on:
push:
branches:
- all
pull_request: { }
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Install uv
uses: astral-sh/setup-uv@v7
- name: "Ruff format check"
run: |
uv run ruff format --check .
- name: "Ruff import sorting check"
run: |
uv run ruff check .