How do I lint PE JSON in CI with the Omni-Rewriter Action? #4
Unanswered
WayneJin0918
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Question: How can another repo fail CI when a PE envelope is invalid?
Answer (maintainer)
Add a workflow step that uses this repository’s composite Action (root
action.yml):Locally (same checker):
Each JSON file should be either a RewriteOutput object or:
{ "request": { ... }, "output": { ... } }This Action only validates PE structure — it does not call a Writer and does not generate media.
All reactions