Update .github/workflows/codequality.yml
This commit is contained in:
parent
8b6a1399a5
commit
24b1ba0147
1 changed files with 2 additions and 0 deletions
2
.github/workflows/codequality.yml
vendored
2
.github/workflows/codequality.yml
vendored
|
@ -18,6 +18,8 @@ jobs:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
uses: pnpm/action-setup@v4
|
uses: pnpm/action-setup@v4
|
||||||
|
with:
|
||||||
|
version: latest
|
||||||
- name: pnpm install, lint, code style check
|
- name: pnpm install, lint, code style check
|
||||||
run: |
|
run: |
|
||||||
pnpm ci
|
pnpm ci
|
||||||
|
|
Loading…
Add table
Reference in a new issue