Skip to content

Bump astral-sh/setup-uv from 8.2.0 to 8.3.0 in the github-actions group #365

Bump astral-sh/setup-uv from 8.2.0 to 8.3.0 in the github-actions group

Bump astral-sh/setup-uv from 8.2.0 to 8.3.0 in the github-actions group #365

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@d31148d669074a8d0a63714ba94f3201e7020bc3
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