We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5310ae8 commit 31572a6Copy full SHA for 31572a6
.github/workflows/ci.yml
@@ -71,6 +71,7 @@ jobs:
71
env:
72
PHP_CS_FIXER_IGNORE_ENV: true
73
run: |
74
+ git config --global --add safe.directory $GITHUB_WORKSPACE
75
./libraries/vendor/bin/php-cs-fixer fix --show-progress=dots
76
./libraries/vendor/bin/phpcbf --extensions=php -p --standard=ruleset.xml .
77
- uses: parkerbxyz/suggest-changes@v2
0 commit comments