Skip to content

Commit 6b5c874

Browse files
WIP
1 parent 3e33dfc commit 6b5c874

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-progress --optimize-autoloader
4949

5050
- name: Lint code
51-
run: PHP_CS_FIXER_IGNORE_ENV=true vendor/bin/php-cs-fixer fix --dry-run --diff
51+
run: vendor/bin/pint --test
5252

5353
- name: Run tests
5454
run: vendor/bin/phpunit

rector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
return RectorConfig::configure()
2222
->withParallel()
2323
->withPaths([
24-
__DIR__ . '/src',
25-
__DIR__ . '/tests',
24+
__DIR__.'/src',
25+
__DIR__.'/tests',
2626
])
2727
->withImportNames(
2828
importDocBlockNames: false,

0 commit comments

Comments
 (0)