From 84ba3326abce3e4f20bdad68c6f305bfa3bdfc09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 11 Oct 2024 16:05:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=80=E5=8C=96=E4=BE=9D=E8=B5=96=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E5=B7=A5=E4=BD=9C=E6=B5=81=EF=BC=8C=E5=90=88=E5=B9=B6?= =?UTF-8?q?=E6=AD=A5=E9=AA=A4=E4=BB=A5=E6=8F=90=E9=AB=98=E5=8F=AF=E8=AF=BB?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/depcheck.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/depcheck.yaml b/.github/workflows/depcheck.yaml index 1ec2903..aadfa83 100644 --- a/.github/workflows/depcheck.yaml +++ b/.github/workflows/depcheck.yaml @@ -7,8 +7,5 @@ jobs: steps: - uses: yanhao98/composite-actions/setup-node-environment@main - - name: depcheck - run: | - set -x - npx depcheck || true - node .depcheck.js + - run: npx depcheck || true + - run: node .depcheck.js