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

更新 default.json5 和工作流配置,优化 packageRules 和验证脚本

This commit is contained in:
严浩
2024-10-14 12:26:28 +08:00
parent d4f1aba7b2
commit b48d9056a6
4 changed files with 899 additions and 892 deletions

View File

@ -8,9 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: yanhao98/composite-actions/setup-node-environment@main
- name: 检查配置
run: |
set -ex
pnpm renovate-config-validator;
pnpm run validator;
pnpm run dry-run:npx;
- run: pnpm renovate-config-validator
- run: pnpm run validator
- run: pnpm run validator:strict
- run: pnpm run dry-run:npx