Skip to content

Merge branch 'master' of github.com:netless-io/Whiteboard-bridge #79

Merge branch 'master' of github.com:netless-io/Whiteboard-bridge

Merge branch 'master' of github.com:netless-io/Whiteboard-bridge #79

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
cache: "yarn"
- run: yarn install
- run: yarn run check