MCPcopy Create free account
hub / github.com/alibaba/open-code-review / validationStep

Function validationStep

scripts/github-actions/action-contract.test.js:200–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198}
199
200function validationStep() {
201 return STEPS.find((step) => {
202 const haystack = `${step.name}\n${step.run || ""}`;
203 return /review(?:[ _-]?task)?[ _-]?timeout/i.test(haystack);
204 });
205}
206
207function installStep() {
208 return STEPS.find((step) => /install\s+opencode|install\s+open.?code.?review/i.test(step.name));

Calls

no outgoing calls

Tested by

no test coverage detected