fix: workflow fix
This commit is contained in:
parent
fbe0781229
commit
f8c2f4f228
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ jobs:
|
||||||
cd /tmp/mklittlefs &&
|
cd /tmp/mklittlefs &&
|
||||||
git submodule update --init &&
|
git submodule update --init &&
|
||||||
make dist
|
make dist
|
||||||
- name: Install yarn
|
- name: Install pnpm packages
|
||||||
run: pnpm
|
run: pnpm install
|
||||||
- name: Run linter
|
- name: Run linter
|
||||||
run: pnpm lint
|
run: pnpm lint
|
||||||
- name: Run vitest tests
|
- name: Run vitest tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue