Skip to content

repl demo website thingy #16

repl demo website thingy

repl demo website thingy #16

Workflow file for this run

on:
push:
pull_request:
branches:
"main"
name: bun test
jobs:
my-job:
name: bun test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun test