Skip to content

修改安全事务的方法位置 #50

修改安全事务的方法位置

修改安全事务的方法位置 #50

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