Skip to content

Merge pull request #20243 from erickskrauch/fix_behaviors_attachment #243

Merge pull request #20243 from erickskrauch/fix_behaviors_attachment

Merge pull request #20243 from erickskrauch/fix_behaviors_attachment #243

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
phpcs:
runs-on: ubuntu-latest
name: PHP_CodeSniffer
steps:
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
tools: cs2pr
- name: Install dependencies
run: composer install --prefer-dist
- name: Run phpcs
run: vendor/bin/phpcs -q --report=checkstyle framework/ | cs2pr