chore: apply ty checks on api code with script and ci action (#24653)
This commit is contained in:
@@ -14,5 +14,8 @@ uv run --directory api --dev ruff format ./
|
||||
# run dotenv-linter linter
|
||||
uv run --project api --dev dotenv-linter ./api/.env.example ./web/.env.example
|
||||
|
||||
# run ty check
|
||||
dev/ty-check
|
||||
|
||||
# run mypy check
|
||||
dev/mypy-check
|
||||
|
Reference in New Issue
Block a user