aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2026-01-19 14:19:38 +0800
committer苏向夜 <fu050409@163.com>2026-01-19 14:19:38 +0800
commit91d4590dff7ed3dbce5929926c718ac93aad056a (patch)
tree50f5fc3ae156cc853660a1aa1556c0bced9054b4
parentda0d79f0db873c08fab3bc85023167e174d18b0e (diff)
downloadDropOut-91d4590dff7ed3dbce5929926c718ac93aad056a.tar.gz
DropOut-91d4590dff7ed3dbce5929926c718ac93aad056a.zip
ci(check): fix check actions
-rw-r--r--.github/workflows/check.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index 8efe161..3cbad39 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -28,16 +28,15 @@ jobs:
with:
node-version: 22
cache: "pnpm"
- cache-dependency-path: "ui/pnpm-lock.yaml"
+ cache-dependency-path: "pnpm-lock.yaml"
- run: pnpm install
- working-directory: ui
- run: pnpm check
- working-directory: ui
+ working-directory: packages/ui
- run: pnpm lint
- working-directory: ui
+ working-directory: packages/ui
- run: pnpm format
- working-directory: ui
+ working-directory: packages/ui