Skip to content

chore: Migrate CI from setup-vite-plus-action to setup-vp #500

chore: Migrate CI from setup-vite-plus-action to setup-vp

chore: Migrate CI from setup-vite-plus-action to setup-vp #500

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize]
permissions: {}
jobs:
ci:
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: taiki-e/checkout-action@3ab630d442e198ebb0ca30872832406ca01c46eb # v1.4.0
- uses: oxc-project/setup-node@8958a8e040102244b619c4a94fccb657a44b1c21 # v1.0.6
- uses: voidzero-dev/setup-vp@679fb3bf669a1777bb417e81218c5ab904aa037f # v1
with:
cache: true
- run: npx playwright install chromium
- run: vite run fmt:check
- run: vite run lint --format github
- run: vite run test
- run: vite run @vibe/dashboard#build
- run: vite run ready