Skip to content

Commit 31572a6

Browse files
committed
Helping git with security
1 parent 5310ae8 commit 31572a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
env:
7272
PHP_CS_FIXER_IGNORE_ENV: true
7373
run: |
74+
git config --global --add safe.directory $GITHUB_WORKSPACE
7475
./libraries/vendor/bin/php-cs-fixer fix --show-progress=dots
7576
./libraries/vendor/bin/phpcbf --extensions=php -p --standard=ruleset.xml .
7677
- uses: parkerbxyz/suggest-changes@v2

0 commit comments

Comments
 (0)