Skip to content

Merge pull request #50 from DutchCodingCompany/feature/add-php-85-to-… #113

Merge pull request #50 from DutchCodingCompany/feature/add-php-85-to-…

Merge pull request #50 from DutchCodingCompany/feature/add-php-85-to-… #113

Workflow file for this run

name: Check & fix styling
on: [push]
jobs:
php-cs-fixer:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --config=.php-cs-fixer.php --diff --dry-run