Update .github/workflows/codequality.yml
Signed-off-by: laratheprotogen <laraproto@proton.me>
This commit is contained in:
parent
24b1ba0147
commit
f0ab9c6200
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codequality.yml
vendored
2
.github/workflows/codequality.yml
vendored
|
@ -22,6 +22,6 @@ jobs:
|
||||||
version: latest
|
version: latest
|
||||||
- name: pnpm install, lint, code style check
|
- name: pnpm install, lint, code style check
|
||||||
run: |
|
run: |
|
||||||
pnpm ci
|
pnpm i
|
||||||
pnpm run lint
|
pnpm run lint
|
||||||
pnpm run codestyle-check
|
pnpm run codestyle-check
|
||||||
|
|
Loading…
Add table
Reference in a new issue