Skip to content

Merge pull request #3 from jrockwar/fix/ci-lint-issues #6

Merge pull request #3 from jrockwar/fix/ci-lint-issues

Merge pull request #3 from jrockwar/fix/ci-lint-issues #6

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