👷 ci: Add format check

This commit is contained in:
2026-06-30 22:09:25 +07:00
parent dca40a9cff
commit 68b2242787
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
check: [lint, typecheck]
check: [lint, typecheck, format]
runs-on: ubuntu-latest