wah
Some checks failed
Code quality checks / build (18.16) (push) Failing after 4s
Push code / build (push) Has been cancelled

This commit is contained in:
Lara 2024-11-02 14:59:36 +02:00
parent 10b8112ae8
commit b2a9c2e0e7
Signed by: laratheprotogen
GPG key ID: 5C0296EB3165F98B
3 changed files with 6 additions and 6 deletions

View file

@ -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