Skip to content

Update php-cs-fixer.yml #19

Update php-cs-fixer.yml

Update php-cs-fixer.yml #19

Workflow file for this run

name: PHP CS Fixer
on:
push:
branches:
- main
pull_request:
branches:
- main
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