Skip to content

Commit

Permalink
Update code-check.yml install
Browse files Browse the repository at this point in the history
  • Loading branch information
qcjxs authored Sep 11, 2023
1 parent 833f6fb commit a5b8e63
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@ jobs:
pnpm --version
- name: pnpm install
run: |
pnpm install
uses: pnpm/[email protected]
with:
version: 7
run_install: |
- recursive: true
args: [--frozen-lockfile]
- name: lint
run: pnpm lint
Expand Down

0 comments on commit a5b8e63

Please sign in to comment.