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