6 - Use symfony linters
Some checks failed
CI / ci (push) Failing after 8m44s

This commit is contained in:
myrmidex 2026-06-05 23:51:31 +00:00
parent e7eb36948a
commit 1db9de31df

View file

@ -49,7 +49,10 @@ jobs:
run: php bin/console tailwind:build
- 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
run: composer stan