🐛 update format cli

This commit is contained in:
Tw93
2025-08-05 19:56:51 +08:00
parent 7c2c68f3a6
commit 220a1f320f

View File

@@ -24,10 +24,15 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
cache: "pnpm"
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: latest
- name: Install dependencies
run: npm ci
run: pnpm install --frozen-lockfile
- name: Check EditorConfig compliance
uses: editorconfig-checker/action-editorconfig-checker@main