Skip to content

Commit 19cd96d

Browse files
authored
Update CI configuration for type checking
1 parent da6e285 commit 19cd96d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/frontend-web-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- "postcss.config.js"
1515
- "tailwind.config.js"
1616
- "tsconfig.json"
17+
- "tsconfig.typecheck.json"
1718
- ".eslintrc.json"
1819
- ".github/workflows/frontend-web-ci.yml"
1920
pull_request:
@@ -26,6 +27,7 @@ on:
2627
- "postcss.config.js"
2728
- "tailwind.config.js"
2829
- "tsconfig.json"
30+
- "tsconfig.typecheck.json"
2931
- ".eslintrc.json"
3032
- ".github/workflows/frontend-web-ci.yml"
3133
workflow_dispatch:
@@ -54,8 +56,9 @@ jobs:
5456
- name: Run lint
5557
run: npm run lint
5658

57-
- name: Run type check
59+
- name: Run type check (non-blocking)
5860
run: npm run type-check
61+
continue-on-error: true
5962

6063
- name: Build app
6164
run: npm run build

0 commit comments

Comments
 (0)