diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5c74f8af7..a7abb4eba 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -51,7 +51,7 @@ jobs: - name: composer install run: composer install --prefer-dist --no-interaction --no-progress - name: Run cs-fixer - run: vendor/bin/php-cs-fixer fix --dry-run --diff --diff-format=udiff --config .php_cs.dist + run: vendor/bin/php-cs-fixer fix --dry-run --diff --diff-format=udiff --config .php-cs-fixer.dist.php continue-on-error: true - name: Execute Unit Tests run: vendor/bin/phpunit --bootstrap bootstrap/app.php tests/Unit diff --git a/.php_cs.dist b/.php-cs-fixer.dist.php similarity index 100% rename from .php_cs.dist rename to .php-cs-fixer.dist.php diff --git a/storage/debugbar/.gitignore b/storage/debugbar/.gitignore index c96a04f00..d6b7ef32c 100755 --- a/storage/debugbar/.gitignore +++ b/storage/debugbar/.gitignore @@ -1,2 +1,2 @@ * -!.gitignore \ No newline at end of file +!.gitignore diff --git a/storage/framework/cache/.gitignore b/storage/framework/cache/.gitignore index 869804c2a..01e4a6cda 100755 --- a/storage/framework/cache/.gitignore +++ b/storage/framework/cache/.gitignore @@ -1,3 +1,3 @@ * !data/ -!.gitignore \ No newline at end of file +!.gitignore diff --git a/storage/framework/cache/data/.gitignore b/storage/framework/cache/data/.gitignore index c96a04f00..d6b7ef32c 100755 --- a/storage/framework/cache/data/.gitignore +++ b/storage/framework/cache/data/.gitignore @@ -1,2 +1,2 @@ * -!.gitignore \ No newline at end of file +!.gitignore