Skip to content

fix: 🐛 Fields scroll behind form modal header (#921) #1122

fix: 🐛 Fields scroll behind form modal header (#921)

fix: 🐛 Fields scroll behind form modal header (#921) #1122

Workflow file for this run

name: Node CI
on:
push:
branches:
- master
- '*maintenance-release*'
pull_request:
branches:
- '**'
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: '16'
- run: npm ci
- run: npm run format.ci
- run: npm run lint
- run: npm run test.ci
- run: npm run build