Skip to content

Commit 133e295

Browse files
committed
Merge branch 'master' into feat/DIS-735-improve-features-of-born-date-type
2 parents 2b24b5c + 40792a3 commit 133e295

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: composer install --prefer-dist --no-progress
2626

2727
- name: PHP Lint
28-
run: vendor/bin/php-cs-fixer fix --dry-run -v
28+
run: composer lint:check
2929

3030
- name: PHPUnit Tests
31-
run: vendor/bin/phpunit
31+
run: composer phpunit

.php-cs-fixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
])
3838
->setFinder($finder)
3939
->setUsingCache(true)
40-
->setRiskyAllowed(true);
40+
->setRiskyAllowed(true);

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
"@phpunit"
3434
]
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)