Skip to content

refactor: rename getConfig to getRootPageConfig and move addPageConfigFlexForm to TcaUtility #10

refactor: rename getConfig to getRootPageConfig and move addPageConfigFlexForm to TcaUtility

refactor: rename getConfig to getRootPageConfig and move addPageConfigFlexForm to TcaUtility #10

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