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