CI fix tentative #4
Some checks failed
Build and deploy all / build (push) Failing after 22s
Build and deploy all / deploy (push) Has been skipped
Build and deploy all / notify (push) Failing after 2s

This commit is contained in:
Gu://em_ 2026-03-30 17:47:56 +02:00
parent e27a66dfbd
commit df2af99bd0

View file

@ -49,12 +49,6 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: pnpm install run: pnpm install
- name: Lint code
run: pnpm run lint
- name: Checking code format
run: pnpm run format:check
- name: Build the project - name: Build the project
run: pnpm run build run: pnpm run build