Skip to content

Commit bc7e99e

Browse files
committed
refactor: github action steps with composer scripts
1 parent 06cf16c commit bc7e99e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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

0 commit comments

Comments
 (0)