actions-marketplace-validations/bun-spa-test
This GitHub Action will build, test, and deploy your SPA app using Bun
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 20, 2026
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/nexys-system_gh-actions-spa-test@a9875e76f6b08bb89ed77654530ce0e1cdae0d48 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| build-command | build command | — | VITE_VERSION=${GITHUB_REF##*/} VITE_GIT_SHA=$GITHUB_SHA bun run build |
| deploy-project-name | project name for the deploy service | — | — |
| deploy-token | token needed to deploy | — | — |
| dist-path | path to the dist folder (relative to repo root) | — | dist |
| gzip-compression | compresses files to gzip | — | true |
Outputs
no outputs