Skip to content

[FEATURE] Make extension compatible with TYPO3 13 #2

[FEATURE] Make extension compatible with TYPO3 13

[FEATURE] Make extension compatible with TYPO3 13 #2

Workflow file for this run

name: PHPCS Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
phpcs:
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@v3
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
extensions: mbstring, xml
- name: Install dependencies
run: composer install
- name: Run PHPCS
run: ./vendor/bin/phpcs --standard=PSR12 Classes/