Skip to content

fix: error when rendering widgets inside table (fix #3198) #1141

fix: error when rendering widgets inside table (fix #3198)

fix: error when rendering widgets inside table (fix #3198) #1141

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/setup-node@v2.5.1
with:
node-version: '15.x'
- name: Install
run: |
npm ci
- name: eslint
run: |
npm run lint:all