fix: workflow fix
Some checks failed
/ check-changes (push) Successful in 7s
/ build (push) Failing after 1m38s

This commit is contained in:
Djuri 2025-05-03 19:03:49 +02:00
parent fbe0781229
commit f8c2f4f228
Signed by: djuri
GPG key ID: 61B9B2DDE5AA3AC1

View file

@ -59,8 +59,8 @@ jobs:
cd /tmp/mklittlefs &&
git submodule update --init &&
make dist
- name: Install yarn
run: pnpm
- name: Install pnpm packages
run: pnpm install
- name: Run linter
run: pnpm lint
- name: Run vitest tests