ci: validate every example's compose files - #76
Merged
Conversation
rickstaa
force-pushed
the
rs/ci-validate-compose
branch
from
August 17, 2026 10:14
62fd4ad to
df6956d
Compare
The shared orchestrator file feeds all six examples through `extends`, so one bad line there breaks every one of them and nobody runs all six before merging. Verified: a single typo in compose.orchestrator.yml fails all six, and this catches it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SD4o2Evku53Nb6zfgAdWxV
rickstaa
force-pushed
the
rs/ci-validate-compose
branch
from
August 17, 2026 10:17
df6956d to
b051c62
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a
composejob to the lint workflow that runsdocker compose configover every example.Every example pulls the orchestrator from
../compose.orchestrator.ymlviaextends, so one bad line there breaks all six at once and nobody runs all six before merging. Verified: a singleports:typo in that file fails all six, and this job catches it.Builds and starts nothing, so it costs about a second per example. One env var, since api-proxy requires
HF_TOKENand everything else has a default.Offchain only, deliberately: CI does not check the on-chain overlays.