Skip to content

Bug: Fixes issue with blocks not showing in the block editor when running blockset command on WP >=v6.5 #2920

Bug: Fixes issue with blocks not showing in the block editor when running blockset command on WP >=v6.5

Bug: Fixes issue with blocks not showing in the block editor when running blockset command on WP >=v6.5 #2920

Workflow file for this run

name: Lint Packages
on:
pull_request:
paths-ignore:
- '**/*.md'
jobs:
lint_packages:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
- run: npm ci
- run: npm run build
- run: npm run lint
continue-on-error: FALSE