Skip to content

maintenance(#629): use new columns #21

maintenance(#629): use new columns

maintenance(#629): use new columns #21

Workflow file for this run

name: Static Analysis
on: pull_request
jobs:
phpcsfixer:
name: PHP Coding Standards Fixer
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP environment
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
- name: Install dependencies
run: composer install --no-interaction --no-progress
- name: PHP Coding Standards Fixer
run: ./bin/php-cs-fixer fix --dry-run --diff