Skip to content

chore: add back prepare husky #43

chore: add back prepare husky

chore: add back prepare husky #43

Workflow file for this run

name: Build
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up bun
uses: oven-sh/setup-bun@v2
- name: Build
run: |
bun install
bun run build
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: static
path: static