diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index d904b083..110a6a77 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -33,7 +33,7 @@ jobs: run: ./bin/console lint:yaml config --parse-tags - name: Lint twig templates - run: ./bin/console templates --env=prod + run: ./bin/console lint:twig templates --env=prod - name: Lint translations run: ./bin/console lint:xliff translations