Skip to content

Update voidzero-dev/setup-vp digest to 35171c9 #280

Update voidzero-dev/setup-vp digest to 35171c9

Update voidzero-dev/setup-vp digest to 35171c9 #280

Workflow file for this run

name: Vize Type Check
on:
pull_request:
branches:
- main
paths:
- "src/**"
- "musea/**"
- "config/**"
- "types/**"
- "package.json"
- "pnpm-workspace.yaml"
- "pnpm-lock.yaml"
- "vize.config.ts"
- "vite.config.ts"
- "tsconfig.json"
- "tsconfig.vize.json"
- ".github/workflows/typecheck.yml"
permissions:
contents: read
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Setup Vite+
uses: voidzero-dev/setup-vp@35171c92dd08b67d5a9d3f2a4327800e58396f2a # v1
with:
node-version: "24"
cache: true
- name: Install dependencies
run: vp install
- name: Run type check
run: vp run typecheck
env:
CI: true