Svelte conversion — quick and dirty
Some checks failed
ci/woodpecker/pr/ci Pipeline failed

This commit is contained in:
2026-02-15 14:10:57 -03:00
parent e712e73902
commit 99cb89d1e8
198 changed files with 3192 additions and 1193 deletions

View File

@@ -50,6 +50,16 @@ steps:
depends_on:
- install
- name: check
image: node:22-alpine
commands:
- corepack enable
- corepack prepare pnpm@10.29.2 --activate
- pnpm install --frozen-lockfile
- pnpm check
depends_on:
- install
- name: Send Prettier Status Notification (failure)
image: curlimages/curl
environment:
@@ -85,5 +95,6 @@ steps:
- install
- lint
- format check
- check
when:
- status: [success]