chore: move e2e-walkthrough to .workflows/, fix CI, clean .plan/

- e2e-walkthrough.yaml: examples/ → .workflows/ (project workflows, not examples)
- .gitea/workflows/ci.yml: bun test → bun run test (avoid legacy-packages)
- .plan/: removed stale test spec from #335

小橘 🍊
This commit is contained in:
2026-05-26 14:37:46 +00:00
parent 4193157124
commit 9a7ad34e55
3 changed files with 1 additions and 84 deletions
+1 -1
View File
@@ -22,4 +22,4 @@ jobs:
run: bun run check
- name: Test
run: bun test
run: bun run test