Skip to content

Add mutation testing with 100% coverage, enforce method coverage #5

Add mutation testing with 100% coverage, enforce method coverage

Add mutation testing with 100% coverage, enforce method coverage #5

Workflow file for this run

name: typecheck
on: [push, pull_request]
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run typecheck