fix(maintainability): make gate parallel-pr friendly

This commit is contained in:
Tam Nhu Tran
2026-02-26 14:46:56 +07:00
parent 6d752724ec
commit fdb32e2c53
7 changed files with 202 additions and 7 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
- name: Build
run: bun run build:all
- name: Validate (typecheck + lint + tests)
- name: Validate (typecheck + lint + format + maintainability [strict] + tests)
run: bun run validate
- name: Release