mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Add thing for code standard.
This commit is contained in:
parent
7dcc76f217
commit
c78c1bea7d
5
.github/workflows/laravel.yml
vendored
5
.github/workflows/laravel.yml
vendored
@ -116,6 +116,7 @@ jobs:
|
||||
- name: install depenencies
|
||||
run: |
|
||||
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
|
||||
|
||||
- name: Execute tests (Unit and Feature tests) via PHPUnit
|
||||
@ -147,9 +148,9 @@ jobs:
|
||||
with:
|
||||
name: composer
|
||||
path: ~/.composer
|
||||
- name: install depenencies
|
||||
- name: Install depenencies
|
||||
run: |
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user