Merge remote-tracking branch 'origin/main'
Some checks failed
/ build-and-deploy-to-vercel (push) Successful in 2m42s
/ lint-build-and-check (push) Successful in 4m57s
/ playwright (push) Failing after 11m30s
/ surge (push) Successful in 3m39s

# Conflicts:
#	.github/workflows/playwright.yaml
#	.github/workflows/vercel.yaml
This commit is contained in:
mini2024
2025-04-03 00:47:14 +08:00
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🛠️ 设置Node环境
uses: yanhao98/composite-actions/setup-node-environment@502d85b5b52619fd7b74aa48da428de4a4d2c87b
uses: yanhao98/composite-actions/setup-node-environment@2d4be1a8aaded8b30f9d42cd50b2e15dc94a705c
- name: 🔍 静态代码分析
run: pnpm run lint
- name: 📦 构建项目