Skip to content

Merge pull request #361 from glaubinix/patch-1 #261

Merge pull request #361 from glaubinix/patch-1

Merge pull request #361 from glaubinix/patch-1 #261

name: Coding Standards
on: [push, pull_request]
jobs:
tests:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
coverage: none
php-version: 8.2
tools: php-cs-fixer
- name: Run PHP-CS-Fixer
run: php-cs-fixer fix --ansi --verbose --diff --dry-run