Skip to content

feat(mention): 支持 mention #389

feat(mention): 支持 mention

feat(mention): 支持 mention #389

Workflow file for this run

name: Push code checker
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "dev" ]
jobs:
check_ui_compile:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
- run: npm -g install pnpm && pnpm install && pnpm run build