Skip to content

Merge pull request #13 from GoteoFoundation/workflow/php-cs-fixer #11

Merge pull request #13 from GoteoFoundation/workflow/php-cs-fixer

Merge pull request #13 from GoteoFoundation/workflow/php-cs-fixer #11

Workflow file for this run

name: PHP CS Fixer
on: [pull_request, push]
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