wah
This commit is contained in:
parent
10b8112ae8
commit
b2a9c2e0e7
3 changed files with 6 additions and 6 deletions
8
.github/workflows/codequality.yml
vendored
8
.github/workflows/codequality.yml
vendored
|
@ -16,8 +16,8 @@ jobs:
|
|||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: npm install, lint, code style check
|
||||
- name: pnpm install, lint, code style check
|
||||
run: |
|
||||
npm ci
|
||||
npm run lint
|
||||
npm run codestyle-check
|
||||
pnpm ci
|
||||
pnpm run lint
|
||||
pnpm run codestyle-check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue