From adf769de1792e87b51fc283dd8eb3f48464037f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Thu, 10 Oct 2024 17:10:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20GitHub=20Actions=20?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=EF=BC=8C=E6=B7=BB=E5=8A=A0=E8=B0=83?= =?UTF-8?q?=E8=AF=95=E6=97=A5=E5=BF=97=E7=BA=A7=E5=88=AB=E5=B9=B6=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E9=85=8D=E7=BD=AE=E6=A3=80=E6=9F=A5=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/检查配置.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/检查配置.yaml b/.github/workflows/检查配置.yaml index fc3db4a..6b166e9 100644 --- a/.github/workflows/检查配置.yaml +++ b/.github/workflows/检查配置.yaml @@ -10,8 +10,11 @@ jobs: - uses: yanhao98/composite-actions/setup-node-environment@main - name: 检查配置 run: | - pnpm renovate-config-validator - pnpm run validator + set -ex + pnpm renovate-config-validator; + pnpm run validator; + + LOG_LEVEL=debug pnpm dlx renovate --token= --platform=local --dry-run # DEBUG: packageFiles with updates (repository=local); - name: for regex run: npx semantic-release@24