Skip to content

Do not error when data has nodes removed that are expanded #215

Do not error when data has nodes removed that are expanded

Do not error when data has nodes removed that are expanded #215

Workflow file for this run

name: PR gate workflow
on:
pull_request:
branches:
- master
jobs:
pr-gate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.15.0
cache: "npm"
- run: npm ci
- run: npm run lint
- run: npm run type-check
- run: npm test
- run: npm run build