ci: lint and typecheck before build
All checks were successful
🚀 Lint & Test & Deploy / release (push) Successful in 3m42s

This commit is contained in:
release-bot
2026-02-10 15:54:50 +01:00
parent 850d641a25
commit a31a49ad50

View File

@@ -48,10 +48,10 @@ jobs:
- name: 🧹 Quality Control
run: |
pnpm build
pnpm lint
pnpm format:check
pnpm check
pnpm build
xvfb-run --auto-servernum --server-args="-screen 0 1280x1024x24" pnpm test
- name: 🚀 Create Release Commit