From 6fa3942c66d12ec238bbd30fe9233aad822967d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 25 May 2020 23:52:18 +0200 Subject: [PATCH] Update static_analysis.yml --- .github/workflows/static_analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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