mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 19:01:58 +00:00
Add thing for code standard.
This commit is contained in:
5
.github/workflows/laravel.yml
vendored
5
.github/workflows/laravel.yml
vendored
@@ -116,6 +116,7 @@ jobs:
|
|||||||
- name: install depenencies
|
- name: install depenencies
|
||||||
run: |
|
run: |
|
||||||
composer global require nette/coding-standard
|
composer global require nette/coding-standard
|
||||||
|
composer global require symplify/easy-coding-standard
|
||||||
composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist --no-suggest
|
composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist --no-suggest
|
||||||
|
|
||||||
- name: Execute tests (Unit and Feature tests) via PHPUnit
|
- name: Execute tests (Unit and Feature tests) via PHPUnit
|
||||||
@@ -147,9 +148,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: composer
|
name: composer
|
||||||
path: ~/.composer
|
path: ~/.composer
|
||||||
- name: install depenencies
|
- name: Install depenencies
|
||||||
run: |
|
run: |
|
||||||
composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist --no-suggest
|
composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist --no-suggest
|
||||||
|
|
||||||
- name: Execute tests (Unit and Feature tests) via PHPUnit
|
- name: Execute PHPStan
|
||||||
run: vendor/bin/phpstan analyse
|
run: vendor/bin/phpstan analyse
|
||||||
|
Reference in New Issue
Block a user