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

Function installStep

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

Source from the content-addressed store, hash-verified

205}
206
207function installStep() {
208 return STEPS.find((step) => /install\s+opencode|install\s+open.?code.?review/i.test(step.name));
209}
210
211function makeFixture() {
212 const dir = fs.mkdtempSync(path.join(os.tmpdir(), "open-code-review-action-contract-"));

Calls

no outgoing calls

Tested by

no test coverage detected