Skip to content

fix: create TextNode when adding a link (fix #3260) #1137

fix: create TextNode when adding a link (fix #3260)

fix: create TextNode when adding a link (fix #3260) #1137

Workflow file for this run

name: Editor Lint Code Base
on: pull_request
jobs:
lint:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v2
- name: Use Node.js 15.x
uses: actions/[email protected]
with:
node-version: '15.x'
- name: Install
run: |
npm ci
- name: eslint
run: |
npm run lint:all