chore: add import lint to CI

Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
-LAN-
2025-09-10 02:32:24 +08:00
parent 9cf2b2b231
commit 80f39963f1
3 changed files with 11 additions and 11 deletions

View File

@ -5,6 +5,9 @@ set -x
SCRIPT_DIR="$(dirname "$(realpath "$0")")"
cd "$SCRIPT_DIR/.."
# Import linter
uv run --directory api --dev lint-imports
# run ruff linter
uv run --directory api --dev ruff check --fix ./