Skip to content

Fix API lint and web workspace CI failures - #3

Merged
ocularminds merged 2 commits into
masterfrom
codex/fix-ci
Jul 29, 2026
Merged

Fix API lint and web workspace CI failures#3
ocularminds merged 2 commits into
masterfrom
codex/fix-ci

Conversation

@ocularminds

Copy link
Copy Markdown
Owner

Summary

Root causes

  • API: ruff check . reported I001 for assets/orchestrate/tools/python/_parsing.py
  • Web: npm ci executed from apps/web, detected the root npm workspace, and failed because the root has no lockfile

Validation

  • workflow YAML parsed successfully
  • ruff check . from apps/api
  • ruff format --check . from apps/api
  • pytest -q from apps/api — 22 passed
  • npm --prefix apps/web ci
  • npm --prefix apps/web run lint
  • npm --prefix apps/web run build

Scope

The CI correction itself changes two files and seven lines. README.md is included only to deliver the documentation change already approved and merged in #2 to the default branch.

@ocularminds
ocularminds marked this pull request as ready for review July 29, 2026 11:30
@ocularminds
ocularminds merged commit 4c0f820 into master Jul 29, 2026
2 checks passed
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