重命名 CI 工作流,合并 Playwright 和 depcheck 任务,删除旧的工作流文件
All checks were successful
/ depcheck (push) Successful in 1m31s
/ playwright (push) Successful in 3m57s
/ build-and-deploy-to-vercel (push) Successful in 1m28s

This commit is contained in:
严浩
2024-10-12 11:23:45 +08:00
parent d08c1c40b0
commit 90002352b5
3 changed files with 18 additions and 53 deletions

View File

@ -1,11 +0,0 @@
on:
push:
jobs:
depcheck:
runs-on: ubuntu-latest
steps:
- uses: yanhao98/composite-actions/setup-node-environment@main
- run: npx depcheck || true
- run: node .depcheck.js