Skip to content

fix: set flexform section arrays start index to 0 and remove restructuring sections #5

fix: set flexform section arrays start index to 0 and remove restructuring sections

fix: set flexform section arrays start index to 0 and remove restructuring sections #5

Workflow file for this run

name: CI
on:
pull_request:
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: remindgmbh/commitlint-action@v1.0.0
phpcs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.2
extensions: intl
tools: composer:v2
- run: composer install
- run: composer run-script phpcs