From df8105f34f323e1918c5ed4a9d64bef0666ca2b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Sat, 25 Oct 2025 16:59:06 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E5=B0=9D=E8=AF=95=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=89=93=E5=8C=85=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/fmt.yml | 1 + .github/workflows/static.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/fmt.yml b/.github/workflows/fmt.yml index 262fef5..70e7b8e 100644 --- a/.github/workflows/fmt.yml +++ b/.github/workflows/fmt.yml @@ -18,6 +18,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + submodules: true - name: Setup PDM uses: pdm-project/setup-pdm@v4 diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index f135afd..dff6608 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -51,6 +51,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + submodules: true - name: Set up Node.js uses: actions/setup-node@v2