Skip to content

新增半屏小程序管理相关接口 #75

新增半屏小程序管理相关接口

新增半屏小程序管理相关接口 #75

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
jobs:
build-check:
name: Build check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn
- run: yarn lint
- run: yarn build