Skip to content

Merge branch 'main' into fix/fix-encoding-of-special-chars #16

Merge branch 'main' into fix/fix-encoding-of-special-chars

Merge branch 'main' into fix/fix-encoding-of-special-chars #16

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