Skip to content

Bump astral-sh/setup-uv from 8.3.2 to 9.0.0 in the github-actions group #368

Bump astral-sh/setup-uv from 8.3.2 to 9.0.0 in the github-actions group

Bump astral-sh/setup-uv from 8.3.2 to 9.0.0 in the github-actions group #368

Workflow file for this run

name: autofix.ci
on:
workflow_call:
pull_request:
push:
branches: [ "main" ]
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
# Use uv to ensure we have the same ruff version in CI and locally.
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9
with:
version: "0.4.20"
# Fix lint errors
- run: uv run ruff check --fix-only .
# Format code
- run: uv run ruff format .
- uses: autofix-ci/action@c5b2d67aa2274e7b5a18224e8171550871fc7e4a