Skip to content

hotfix: just something I forgot in the last pr (#19) #27

hotfix: just something I forgot in the last pr (#19)

hotfix: just something I forgot in the last pr (#19) #27

Workflow file for this run

name: Build
on:
pull_request:
jobs:
format:
runs-on: ubuntu-latest
name: Build Application
steps:
- name: Checkout
- uses: actions/checkout@v3
- name: Setup
- uses: oven-sh/setup-bun@v2
- name: Install
- run: bun install
- name: Build
- run: bun run build