Skip to content

[fix] XML 格式下 finalReply 可能为数组 #35

[fix] XML 格式下 finalReply 可能为数组

[fix] XML 格式下 finalReply 可能为数组 #35

Workflow file for this run

name: Build
on:
push:
pull_request:
branches: [main]
types: [opened, synchronize, reopened, labeled, unlabeled]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup
uses: cordiverse/workflows/.github/actions/setup@main
- name: Lint JavaScript
run: yarn build:all