Skip to content

Support all .ms10..ms19 files + content-based format detection #5

Support all .ms10..ms19 files + content-based format detection

Support all .ms10..ms19 files + content-based format detection #5

Workflow file for this run

name: Test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install --frozen-lockfile
- run: bun run check
- run: bun run typecheck
- run: bun test