Skip to content

fixed: docs links & update community #5

fixed: docs links & update community

fixed: docs links & update community #5

Workflow file for this run

name: Build CI
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Build project
run: |
bun install
bun run build