diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index bd62e773a4..5e290c5d02 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -16,12 +16,12 @@ jobs: # Use uv to ensure we have the same ruff version in CI and locally. - uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f - run: | - cd api - uv sync --dev - # Fix lint errors - uv run ruff check --fix-only . - # Format code - uv run ruff format . + cd api + uv sync --dev + # Fix lint errors + uv run ruff check --fix-only . + # Format code + uv run ruff format . - uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27