Skip to content

chore: change ci

chore: change ci #1701

Workflow file for this run

name: 'build'
on:
push:
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: |
yarn
yarn all