Skip to content

Added ability to focus nodes in the node graph on visualiser #955

Added ability to focus nodes in the node graph on visualiser

Added ability to focus nodes in the node graph on visualiser #955

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- master
- main
jobs:
lint:
name: Lint
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Installation
run: npm ci
- name: Prettier Code
run: npm run format:diff