From 3ffb87404934d43ee25bab05a783f09df87bf1d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 18 Oct 2024 17:06:19 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=9C=A8=20CI=20=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E4=B8=AD=E6=B7=BB=E5=8A=A0=20taze=20=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=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/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ee2a735..17b68a5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -54,6 +54,9 @@ jobs: - uses: yanhao98/composite-actions/setup-node-environment@main - run: npx depcheck || true - run: node .depcheck.js + - run: npx taze --help + - run: npx taze + - run: npx taze -a # surge-preview: # runs-on: ubuntu-latest