Skip to content

partially implemented RequirePending component #23

partially implemented RequirePending component

partially implemented RequirePending component #23

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
- uses: oven-sh/setup-bun@v1
- name: Install dependencies
working-directory: .
run: bun i install
- name: Run typecheck
run: bun nuxt typecheck