Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Fix validation of element ids #111

Fix validation of element ids

Fix validation of element ids #111

Workflow file for this run

name: ESLint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run eslint