This commit is contained in:
parent
e7eb36948a
commit
1db9de31df
1 changed files with 4 additions and 1 deletions
|
|
@ -49,7 +49,10 @@ jobs:
|
||||||
run: php bin/console tailwind:build
|
run: php bin/console tailwind:build
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: vendor/bin/php-cs-fixer fix --dry-run --diff
|
run: |
|
||||||
|
php bin/console lint:container
|
||||||
|
php bin/console lint:twig templates/
|
||||||
|
php bin/console lint:yaml config/
|
||||||
|
|
||||||
- name: Static analysis
|
- name: Static analysis
|
||||||
run: composer stan
|
run: composer stan
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue