Skip to content

chore(deps): bump better-sqlite3 from 12.6.2 to 12.8.0 #49

chore(deps): bump better-sqlite3 from 12.6.2 to 12.8.0

chore(deps): bump better-sqlite3 from 12.6.2 to 12.8.0 #49

Workflow file for this run

name: Typecheck & Linting
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup Bun
uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
- name: Setup dependencies
run: bun install
- name: Build packages
run: bun run build
- name: TypeScript Compile Check
run: bun tsc --noEmit
- name: Run ESLint
run: bun run lint