Skip to content

Commit

Permalink
add pnpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
qcjxs authored Sep 6, 2023
1 parent 7e5fff2 commit 5d4d9d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
npm --version
npm install pnpm -g
pnpm --version
- name: pnpm install
run: |
pnpm install
- name: lint
run: pnpm lint
Expand Down

0 comments on commit 5d4d9d4

Please sign in to comment.