()
| 58 | * Check if running in GitHub Actions |
| 59 | */ |
| 60 | export function isGitHubActions(): boolean { |
| 61 | return process.env.GITHUB_ACTIONS === "true"; |
| 62 | } |
| 63 | |
| 64 | /** |
| 65 | * Check if running in Continue remote agents |
no outgoing calls
no test coverage detected