Skip to content

fix: remove path forward section from report #19

fix: remove path forward section from report

fix: remove path forward section from report #19

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install --frozen-lockfile
- name: Check (typecheck + lint + test)
run: bun run check