Skip to content

refactor: 调整显示报错信息的优先级 #51

refactor: 调整显示报错信息的优先级

refactor: 调整显示报错信息的优先级 #51

Workflow file for this run

name: Run tests
on:
pull_request: {}
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
- run: yarn && yarn compile