mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 16:16:52 +00:00
fix(maintainability): make gate parallel-pr friendly
This commit is contained in:
@@ -30,5 +30,5 @@ jobs:
|
||||
- name: Build package
|
||||
run: bun run build:all
|
||||
|
||||
- name: Validate (typecheck + lint + tests)
|
||||
- name: Validate (typecheck + lint + format + maintainability [warn on PR] + tests)
|
||||
run: bun run validate
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
- name: Build package
|
||||
run: bun run build:all
|
||||
|
||||
- name: Validate (typecheck + lint + tests)
|
||||
- name: Validate (typecheck + lint + format + maintainability [strict] + tests)
|
||||
run: bun run validate
|
||||
|
||||
- name: Release
|
||||
|
||||
Reference in New Issue
Block a user