Skip to content

Add build and test workflow #1

Add build and test workflow

Add build and test workflow #1

Workflow file for this run

name: build and test
on: [push, pull_request]
jobs:
my-job:
name: my-job
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run build
- run: bun test