Skip to content

Add files via upload #22

Add files via upload

Add files via upload #22

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

Check failure on line 18 in .github/workflows/php-cs-fixer.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/php-cs-fixer.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
with:
args: --config=.php-cs-fixer.dist.php -v --dry-run --stop-on-violation --using-cache