Skip to content

Update editor state on indent/outdent #120

Update editor state on indent/outdent

Update editor state on indent/outdent #120

Workflow file for this run

name: Build
on:
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
client:
runs-on: ubuntu-latest
env:
CI: false
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn build