Skip to content

feat: migrate action repo to vite-plus #6

feat: migrate action repo to vite-plus

feat: migrate action repo to vite-plus #6

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Set up Vite+
uses: voidzero-dev/setup-vp@v1
with:
version: "0.1.19"
node-version-file: ".node-version"
cache: true
run-install: |
args: ['--frozen-lockfile']
- name: Run checks
run: vp check
- name: Run tests
run: vp test
- name: Build dist
run: vp pack