This commit is contained in:
2025-10-22 14:01:27 +03:00
parent ec42e63d80
commit c88c1ac1cc
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -28,4 +28,4 @@ jobs:
uv sync --group linters
- name: Run linter
run: ruff check ./src
run: uv run python -m ruff check ./src