We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b13b9 commit 2225f77Copy full SHA for 2225f77
‎.github/workflows/auto-web-check-dev.yml‎
@@ -1,7 +1,7 @@
1
-name: Run Auto Web Check
+name: Run Auto Web Type Check
2
3
concurrency:
4
- group: auto-web-check-${{ github.ref }}
+ group: auto-web-type-check-${{ github.ref }}
5
cancel-in-progress: true
6
7
on:
@@ -35,6 +35,11 @@ jobs:
35
cache: 'npm'
36
cache-dependency-path: frontend/package-lock.json
37
38
+ - name: Install dependencies
39
+ run: |
40
+ cd frontend
41
+ npm ci
42
+
43
- name: Run TypeScript type check
44
run: |
45
cd frontend
0 commit comments