Skip to content

fix: whitespace line wrapping #10

fix: whitespace line wrapping

fix: whitespace line wrapping #10

Workflow file for this run

name: build
on:
pull_request:
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun lint
- run: bun test
- run: bun export
- run: bunx publint