Skip to content

Release GrapesJS React rc: v2.0.0-rc.1 (#31) #11

Release GrapesJS React rc: v2.0.0-rc.1 (#31)

Release GrapesJS React rc: v2.0.0-rc.1 (#31) #11

Workflow file for this run

name: Quailty Checks
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
quailty:
runs-on: ubuntu-latest
name: Check Formatting and Linting
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Project Base
uses: ./.github/actions/setup-project
- name: Lint Checks
uses: ./.github/actions/lint