chore: 在 CI 流程中添加 taze 依赖检查步骤
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 2m6s
/ playwright (push) Successful in 2m55s
/ depcheck (push) Successful in 1m53s

This commit is contained in:
严浩
2024-10-18 17:06:19 +08:00
parent 107b0a2d98
commit 3ffb874049

View File

@ -54,6 +54,9 @@ jobs:
- uses: yanhao98/composite-actions/setup-node-environment@main
- run: npx depcheck || true
- run: node .depcheck.js
- run: npx taze --help
- run: npx taze
- run: npx taze -a
# surge-preview:
# runs-on: ubuntu-latest