Skip to content

Merge branch 'main' into webeditor/layout-methods-in-command-palette #24

Merge branch 'main' into webeditor/layout-methods-in-command-palette

Merge branch 'main' into webeditor/layout-methods-in-command-palette #24

Workflow file for this run

name: Check ESLint
on:
workflow_dispatch:
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- uses: actions/setup-node@v4
with:
node-version: "22"
- name: Install and Lint
working-directory: Frontend/WebEditor
run: |
npm install
npm run lint