Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit a9ccbe9

Browse files
author
joselfonseca
committed
add style check
1 parent 14b9288 commit a9ccbe9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ jobs:
3737
php artisan passport:keys
3838
- name: Execute tests
3939
run: vendor/bin/phpunit
40+
41+
- name: Test Code Style php-cs-fixer
42+
run: vendor/bin/php-cs-fixer fix --config=.php_cs.dist -v --dry-run --stop-on-violation --using-cache=no

0 commit comments

Comments
 (0)