Skip to content

fix(notify): cross-platform TTY write with CONOUT$/CON fallback for Windows (fixes #15) #32

fix(notify): cross-platform TTY write with CONOUT$/CON fallback for Windows (fixes #15)

fix(notify): cross-platform TTY write with CONOUT$/CON fallback for Windows (fixes #15) #32

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- name: Typecheck
run: bun run typecheck
- name: Tests
run: bun test