Skip to content

Fix CI (green for the first time): lockfile + lint/format + deploy job#3

Merged
themikulrai merged 2 commits into
mainfrom
worktree-ci-fix
Jun 27, 2026
Merged

Fix CI (green for the first time): lockfile + lint/format + deploy job#3
themikulrai merged 2 commits into
mainfrom
worktree-ci-fix

Conversation

@themikulrai

Copy link
Copy Markdown
Owner

Pre-existing red CI, now fixed. Backend uv sync now installs workspace dev groups; ruff lint+format cleaned; frontend package-lock regenerated; Fly deploy job removed. Verified locally (206 backend + 151 frontend tests, build OK).

Pre-existing CI failures, now fixed:
- backend: `uv sync` only installed the root project, so ruff/pytest were
  missing -> add --all-packages --all-groups; pin uv to 0.11.* (matches the
  committed lock format).
- ruff: clear ~14 lint findings (UP017/E501/SIM105...) and apply ruff format
  across the repo (whitespace-only; logic unchanged).
- frontend: regenerate package-lock.json so `npm ci` is in sync with
  package.json (esbuild drift).
- drop the Fly.io deploy job (no longer deploying there).

Verified locally: ruff check + format clean, 206 backend tests pass, frontend
typecheck + 151 vitest tests + build all pass.
The node-26/npm-11 lockfile listed platform-specific esbuild binaries in a way
npm 10 (CI's node 20) rejected with EBADPLATFORM. Regenerated under node 20 so
`npm ci` resolves cleanly. Verified: npm ci + typecheck + 151 vitest + build.
@themikulrai themikulrai merged commit 9bdec39 into main Jun 27, 2026
2 checks passed
@themikulrai themikulrai deleted the worktree-ci-fix branch June 27, 2026 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant