Skip to content

fix: typo, line highlight and link #6

fix: typo, line highlight and link

fix: typo, line highlight and link #6

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