Skip to content

[Fix] Make linting happy #5

[Fix] Make linting happy

[Fix] Make linting happy #5

Workflow file for this run

name: build
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun fmt --check
- run: bun lint
- run: bun test
- run: bun export:bundle
- run: bun export:options