Skip to content

v0.3.1 — The Locksmith Update #2

v0.3.1 — The Locksmith Update

v0.3.1 — The Locksmith Update #2

Workflow file for this run

name: Site CI
on:
push:
branches: [main]
paths:
- 'packages/site/**'
pull_request:
paths:
- 'packages/site/**'
defaults:
run:
working-directory: packages/site
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run build