Asuka Minato преди 1 месец
родител
ревизия
46375aacdb
No account linked to committer's email address
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3
    1
      .github/workflows/autofix.yml

+ 3
- 1
.github/workflows/autofix.yml Целия файл

@@ -15,10 +15,12 @@ jobs:
# Use uv to ensure we have the same ruff version in CI and locally.
- uses: astral-sh/setup-uv@v6
with:
python-version: "3.12"
python-version: "3.11"
- run: |
cd api
uv sync --dev
# fmt first to avoid line too long
uv run ruff format ..
# Fix lint errors
uv run ruff check --fix .
# Format code

Loading…
Отказ
Запис