Skip to content

feat(review): song pic #27

feat(review): song pic

feat(review): song pic #27

Workflow file for this run

name: Type Check
on: [workflow_dispatch, push]
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Run typecheck
working-directory: .
run: bun nuxt typecheck