From 0a91975164dbc06574638afac727b2b81c83b327 Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Wed, 15 Mar 2023 16:43:14 +0100 Subject: [PATCH] [Tests] add lint container command --- .github/workflows/static.yml | 3 +++ 1 file changed, 3 insertions(+) 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