Skip to content

Do not run php-cs-fixer on 'pull' #28

Do not run php-cs-fixer on 'pull'

Do not run php-cs-fixer on 'pull' #28

Workflow file for this run

name: PHP CS Fixer
on: [pull_request]
jobs:
php-cs-fixer:
runs-on: "ubuntu-latest"
steps:
- name: Setup PHP 8.2
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
tools: php-cs-fixer
- name: Checkout repository
uses: actions/checkout@v4
- name: Run PHP CS Fixer
run: php-cs-fixer check