0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2025-07-13 06:50:48 +08:00

更新工作流配置,确保所有步骤在执行时始终运行;调整 ESLint 和 unplugin 包组的匹配规则为 matchPackageNames

This commit is contained in:
mini2024
2025-03-23 19:34:16 +08:00
parent fb0a7feb61
commit e9e9a94009
2 changed files with 13 additions and 6 deletions

View File

@ -9,7 +9,12 @@ jobs:
steps:
- uses: yanhao98/composite-actions/setup-node-environment@main
- run: pnpm renovate-config-validator
if: always()
- run: pnpm run validator
if: always()
- run: pnpm run validator:strict
if: always()
- run: npx renovate --platform=local
if: always()
- run: pnpm run dry-run:npx
if: always()