jaidlab/run TypeScript
Run inline TypeScript in GitHub Actions using Bun in a Docker container.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| code | TypeScript code to execute. | yes | — |
| dependencies | Optional shell-style arguments for `bun add`. They are installed in a fresh temporary folder before execution and exposed through `NODE_PATH`. | no | — |
| globals | Optional JavaScript expression that must evaluate to an object. Each top-level field becomes a global variable before your TypeScript runs. | no | — |
| goodies | Optional built-in goodies set. Accepts names like `core`, `core, github`, `['core', 'github']` or `[]` for none. | no | core, github, job, matrix, runner, steps, strategy, workflowJob |
| github-token | GitHub token used for best-effort workflow job step lookup. | no | ${{ github.token }} |
Outputs
no outputs