Skip to content

feat: scroll to new fields in the editor #4

feat: scroll to new fields in the editor

feat: scroll to new fields in the editor #4

Workflow file for this run

name: Build and Test
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
cache: "npm"
- run: npm install
- name: Build and Test
run: npm run build && npm run test