Skip to content

chore(ci): update with latest template #1

chore(ci): update with latest template

chore(ci): update with latest template #1

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@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install --frozen-lockfile
- run: bun eslint
- run: bun test
- run: bun tsc