Skip to content

Rollback a change in UndoManager to avoid breaking style updates in u… #157

Rollback a change in UndoManager to avoid breaking style updates in u…

Rollback a change in UndoManager to avoid breaking style updates in u… #157

Workflow file for this run

name: GrapesJS Qualty Checks
on:
push:
branches: [dev]
pull_request:
branches: [dev]
jobs:
quality-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-project
- name: TS Check
run: pnpm ts:check
- name: Lint
run: pnpm lint
- name: Format Check
run: pnpm format:check
- name: Docs
run: pnpm docs:api