Skip to content

[v1.12.6] Multi-Select Matrix - The Edit Choices dialog doesn't updat… #27

[v1.12.6] Multi-Select Matrix - The Edit Choices dialog doesn't updat…

[v1.12.6] Multi-Select Matrix - The Edit Choices dialog doesn't updat… #27

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint