Skip to content

Fix for issue #4#5

Open
KartavyaDikshit wants to merge 1 commit into
amitpatole:mainfrom
KartavyaDikshit:fix-issue-4
Open

Fix for issue #4#5
KartavyaDikshit wants to merge 1 commit into
amitpatole:mainfrom
KartavyaDikshit:fix-issue-4

Conversation

@KartavyaDikshit

Copy link
Copy Markdown

Closes #4

Implemented automated fix.

@amitpatole

Copy link
Copy Markdown
Owner

Thanks for the contribution, @KartavyaDikshit 👍

I tested this against main and it's on-topic for #4 — the canned-runner pattern matches the other demos, it runs cleanly (frontend JS fails a test, Python backend passes → unified FAIL gate), and mypy is happy.

One thing before I can merge: it trips our ruff gate on two blank-line whitespace issues (W293):

examples/demo_monorepo_ci.py:61  W293 blank line contains whitespace
examples/demo_monorepo_ci.py:63  W293 blank line contains whitespace

ruff check --fix examples/demo_monorepo_ci.py clears both. Push that and CI should go green — happy to merge once it's clean. Thanks again!

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.

Docs: add a 'gate a monorepo with per-package stages' recipe

2 participants