Skip to content

Cleanup components and refactor #231

Cleanup components and refactor

Cleanup components and refactor #231

Workflow file for this run

name: Azure Static Web Apps CI/CD
on:
pull_request:
types: [opened, synchronize, reopened]
branches: [main, fiber]
jobs:
build:
runs-on: ubuntu-latest
name: Build
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Use Bun
uses: oven-sh/setup-bun@v1
- name: bun install, and start
run: |
bun install
bun run build