Skip to content

Add an extended number widget with support for annotations #994

Add an extended number widget with support for annotations

Add an extended number widget with support for annotations #994

Workflow file for this run

name: ESLint
on:
pull_request:
branches:
- main
- master
- 'dev*'
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: lts/*
- run: npm ci
- run: npm run lint