ci: compile gh-aw-marketplace workflows in CI#26888
Merged
Conversation
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/b745801a-a2b9-4edb-96b4-8360c5685456 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/b745801a-a2b9-4edb-96b4-8360c5685456 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
pelikhan
April 17, 2026 15:00
View session
pelikhan
approved these changes
Apr 17, 2026
This was referenced Apr 17, 2026
Closed
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new CI integration job that clones github/gh-aw-marketplace and compiles its workflows with the local gh-aw binary, failing on warnings and missing workflow directories.
Changes:
- Add
integration-marketplace-compilejob to CI. - Build
gh-awin CI, clonegithub/gh-aw-marketplace, and rungh-aw compileagainst its workflows. - Enforce strict compilation and fail the job when warnings are detected.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/ci.yml | Introduces a new CI job to compile gh-aw-marketplace workflows using the repo-built gh-aw binary and enforce warning-free output. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/1 changed files
- Comments generated: 1
Comment on lines
+2503
to
+2514
| WORKFLOW_DIR="${MARKETPLACE_DIR}/.github/workflows" | ||
| LOG_FILE="/tmp/gh-aw-marketplace-compile.log" | ||
|
|
||
| if [ ! -d "$WORKFLOW_DIR" ]; then | ||
| echo "❌ Expected workflow directory not found: $WORKFLOW_DIR" | ||
| echo "Available workflow-like directories:" | ||
| find "$MARKETPLACE_DIR" -maxdepth 3 -type d -name workflows || true | ||
| exit 1 | ||
| fi | ||
|
|
||
| echo "Compiling workflows from: $WORKFLOW_DIR" | ||
| ./gh-aw compile --dir "$WORKFLOW_DIR" --strict --no-check-update 2>&1 | tee "$LOG_FILE" |
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.
Summary
integration-marketplace-compilejob to.github/workflows/ci.ymlgithub/gh-aw-marketplacein CI and compile its workflows withgh-awValidation
make agent-finish(fails due pre-existingtestifylintissues inpkg/constants/spec_test.gounrelated to this change)parallel_validationinitially ran successfully (Code Review + CodeQL), then a follow-up run was blocked by validation budget exhaustion