Skip to content

fix: clear blocks on reset (#323) #305

fix: clear blocks on reset (#323)

fix: clear blocks on reset (#323) #305

Workflow file for this run

name: Run tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build-test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'yarn'
- run: yarn install
- run: yarn lint
- run: yarn build
- run: yarn test