aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2026-01-16 15:41:18 +0800
committerHsiangNianian <i@jyunko.cn>2026-01-16 15:41:18 +0800
commitbeeb032bb4e92262a989ac968040300b93daac21 (patch)
tree6f2c8a1b29649d8b918740a020f0259dafcc8e0b /.github/workflows
parent6beecb0dc8854ae2ed79da4a2be6e8bd895349e0 (diff)
downloadDropOut-beeb032bb4e92262a989ac968040300b93daac21.tar.gz
DropOut-beeb032bb4e92262a989ac968040300b93daac21.zip
chore: update CI workflow to simplify formatting step
Modified the GitHub Actions workflow to change the formatting command from a check to a direct format execution, streamlining the process in the CI pipeline.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/check.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index 1280ad7..ba8ce54 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -40,6 +40,6 @@ jobs:
- run: pnpm lint
working-directory: ui
- - run: pnpm format --check
+ - run: pnpm format
working-directory: ui