Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Merge pull request #37 from Jinjiang/current #72

Merge pull request #37 from Jinjiang/current

Merge pull request #37 from Jinjiang/current #72

Workflow file for this run

name: CI
on:
push:
branches-ignore: ['gh-pages']
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/[email protected]
with:
version: 7.11.0
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'pnpm'
- run: pnpm install
- run: pnpm ci