diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index e0ab5c9d5b..1299cd7a73 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -79,6 +79,9 @@ jobs: - name: Validate TWIG run: bin/console lint:twig src + - name: Validate Container + run: bin/console lint:container + - name: Validate Doctrine Settings run: bin/console doctrine:schema:validate --skip-sync