#5 - update codestyle to 1.x (#101)

* #5 - update codestyle to 1.x

* #5 - update codestyle to 1.x
This commit is contained in:
Krzysztof Rewak
2022-03-31 14:16:14 +02:00
committed by GitHub
parent b49fcadbba
commit 794e8df3ea
7 changed files with 620 additions and 64 deletions

View File

@@ -45,7 +45,7 @@ jobs:
run: composer install --prefer-dist --no-interaction --no-suggest
- name: Run PHP linter
run: composer ecs
run: composer cs
- name: Execute tests
run: php artisan test --env=ci