Skip to content

refactor: structure into class/models #10

refactor: structure into class/models

refactor: structure into class/models #10

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