aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2026-01-15 11:59:51 +0800
committerGitHub <noreply@github.com>2026-01-15 11:59:51 +0800
commitc32a65e835d27689a45dbbfc770665bc9596acdd (patch)
tree66aa769ee69c43430721dc516e116b621bf526bf /.github
parentb2e40b16bf7b4e57a83c6d69fe5745920591b6b9 (diff)
downloadDropOut-c32a65e835d27689a45dbbfc770665bc9596acdd.tar.gz
DropOut-c32a65e835d27689a45dbbfc770665bc9596acdd.zip
fix: Add pnpm install step in UI check workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ui_check.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ui_check.yml b/.github/workflows/ui_check.yml
index f34345b..e023e81 100644
--- a/.github/workflows/ui_check.yml
+++ b/.github/workflows/ui_check.yml
@@ -27,5 +27,8 @@ jobs:
cache: "pnpm"
cache-dependency-path: "ui/pnpm-lock.yaml"
+ - run: pnpm install
+ working-directory: ui
+
- run: pnpm check
working-directory: ui