Skip to content

Do not add 1 for text property in new item if there is text only in p… #1019

Do not add 1 for text property in new item if there is text only in p…

Do not add 1 for text property in new item if there is text only in p… #1019

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