Skip to content

TAR-1964: Update OXD tinymce component to emit internal editor instance when ready #2497

TAR-1964: Update OXD tinymce component to emit internal editor instance when ready

TAR-1964: Update OXD tinymce component to emit internal editor instance when ready #2497

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- name: Install npm dependencies
run: yarn install
- name: Lint
run: yarn workspace oxd-components lint