Skip to content

Merge pull request #2 from jrockwar/feature/initial-firefox-changes #1

Merge pull request #2 from jrockwar/feature/initial-firefox-changes

Merge pull request #2 from jrockwar/feature/initial-firefox-changes #1

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