ci) add gitea actions and refresh readme #1

Merged
shaun merged 18 commits from ci/gitea-actions-readme into main 2026-02-21 04:33:49 +00:00
Showing only changes of commit 02b3d3ca1f - Show all commits

View File

@@ -12,8 +12,8 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "biome lint .", "lint": "biome lint .",
"format": "prettier --write .", "format": "prettier --write .",
"test": "vitest run", "test": "svelte-kit sync && vitest run",
"test:watch": "vitest", "test:watch": "svelte-kit sync && vitest",
"test:coverage": "vitest run --coverage" "test:coverage": "vitest run --coverage"
}, },
"devDependencies": { "devDependencies": {