Skip to content

Small fixes + deployment scripts #19

Small fixes + deployment scripts

Small fixes + deployment scripts #19

Workflow file for this run

name: BUN CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
my-job:
name: Build and test
runs-on: ubuntu-latest
steps:
# ...
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
# run any `bun` or `bunx` command
- run: bun install
- run: bun polyfill
- run: bun run build
- run: bun run test