chore: 在 CI 流程中添加 taze 依赖检查步骤
This commit is contained in:
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user