Skip to content

feat: remove dash html #75

feat: remove dash html

feat: remove dash html #75

Workflow file for this run

name: Build Check
on:
push:
branches:
- main
pull_request:
branches: [main]
jobs:
build:
name: Build Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.1.38
- name: Install Dependencies
run: bun install --frozen-lockfile
- name: Build Application
run: bun run build