Skip to content

update webxdc-vite-plugins #22

update webxdc-vite-plugins

update webxdc-vite-plugins #22

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install -g pnpm
- run: pnpm i
- run: pnpm check
- run: pnpm build