Skip to content

fix(deps): update dependency astro to v5.16.7 #1680

fix(deps): update dependency astro to v5.16.7

fix(deps): update dependency astro to v5.16.7 #1680

Workflow file for this run

name: Type Check
on:
push:
paths:
- "**.ts"
- "**.tsx"
- "package.json"
- "bun.lock*"
- "tsconfig.json"
pull_request:
paths:
- "**.ts"
- "**.tsx"
- "package.json"
- "bun.lock*"
- "tsconfig.json"
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run type check
run: bun run typecheck