Skip to content

The text from question name (after change) is used for two lines in the Property grid caption #1058

The text from question name (after change) is used for two lines in the Property grid caption

The text from question name (after change) is used for two lines in the Property grid caption #1058

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