Skip to content

Add troubleshooting guide for all 100kb downloads #319

Add troubleshooting guide for all 100kb downloads

Add troubleshooting guide for all 100kb downloads #319

Workflow file for this run

name: Node
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
build:
name: Lint & Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run prettier
- run: bun run lint
- run: bun run test
- run: bun run build