From 1db9de31df398a09f8f588b028851eee9b937326 Mon Sep 17 00:00:00 2001 From: myrmidex Date: Fri, 5 Jun 2026 23:51:31 +0000 Subject: [PATCH] 6 - Use symfony linters --- .forgejo/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 1d25190..bf915ad 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -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