Skip to content

Commit 2225f77

Browse files
author
jiangpeiling
committed
🔨 Add auto web type check.
1 parent 30b13b9 commit 2225f77

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

‎.github/workflows/auto-web-check-dev.yml‎

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: Run Auto Web Check
1+
name: Run Auto Web Type Check
22

33
concurrency:
4-
group: auto-web-check-${{ github.ref }}
4+
group: auto-web-type-check-${{ github.ref }}
55
cancel-in-progress: true
66

77
on:
@@ -35,6 +35,11 @@ jobs:
3535
cache: 'npm'
3636
cache-dependency-path: frontend/package-lock.json
3737

38+
- name: Install dependencies
39+
run: |
40+
cd frontend
41+
npm ci
42+
3843
- name: Run TypeScript type check
3944
run: |
4045
cd frontend

0 commit comments

Comments
 (0)