Unverified Commit f2cfa04c authored by 言肆's avatar 言肆 Committed by GitHub

chore: update Actions script

parent 75b9f5f9
...@@ -7,6 +7,7 @@ on: ...@@ -7,6 +7,7 @@ on:
push: push:
branches: branches:
- master - master
- next
- feature/* - feature/*
- release/* - release/*
...@@ -18,5 +19,7 @@ jobs: ...@@ -18,5 +19,7 @@ jobs:
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:
node-version: 12 node-version: 12
- run: yarn && yarn lint && yarn compile - run: |
yarn
yarn compile
yarn test
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment