Skip to content

Merge pull request #636 from eoscafe/imgbot #16

Merge pull request #636 from eoscafe/imgbot

Merge pull request #636 from eoscafe/imgbot #16

Workflow file for this run

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