Skip to content

Handle malformed WarpGrep Windows results gracefully #24

Handle malformed WarpGrep Windows results gracefully

Handle malformed WarpGrep Windows results gracefully #24

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
name: Test & Typecheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Run tests
run: bun test
- name: Typecheck
run: bun run typecheck
- name: Build
run: bun run build