Skip to content

Commit fd2db93

Browse files
committed
chore: 修复ci
1 parent 2cdf19a commit fd2db93

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ jobs:
3131
- name: install
3232
run: |
3333
yarn install
34+
35+
- name: check npm dependencies
36+
run: |
37+
npm ls --all || true
38+
39+
- name: List fonts in CI
40+
run: |
41+
fc-list
3442
3543
- name: lint
3644
run: |

0 commit comments

Comments
 (0)