jaidlab/run TypeScript

Run inline TypeScript in GitHub Actions using Bun in a Docker container.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
codeTypeScript code to execute.yes
dependenciesOptional shell-style arguments for `bun add`. They are installed in a fresh temporary folder before execution and exposed through `NODE_PATH`.no
globalsOptional JavaScript expression that must evaluate to an object. Each top-level field becomes a global variable before your TypeScript runs.no
goodiesOptional built-in goodies set. Accepts names like `core`, `core, github`, `['core', 'github']` or `[]` for none.nocore, github, job, matrix, runner, steps, strategy, workflowJob
github-tokenGitHub token used for best-effort workflow job step lookup.no${{ github.token }}

no outputs