Update .github/workflows/codequality.yml

This commit is contained in:
Lara 2024-11-02 13:22:29 +00:00
parent 8b6a1399a5
commit 24b1ba0147

View file

@ -18,6 +18,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: latest
- name: pnpm install, lint, code style check
run: |
pnpm ci