Skip to content

perf(cas): instead of two filter, let's iterate and switch #43

perf(cas): instead of two filter, let's iterate and switch

perf(cas): instead of two filter, let's iterate and switch #43

Workflow file for this run

name: Checks
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install --frozen-lockfile
- run: bun run build
- run: bun eslint
- run: bun test
- run: bun tsc