From f576e8f807e0f8fea96a4ca458cdad2cf5555578 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 18 Oct 2024 09:24:43 +0200 Subject: [PATCH] Add the linter to the GitHub actions --- .github/workflows/lint.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 9d96cda40..d748c5969 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -70,10 +70,14 @@ jobs: if: always() && steps.install.outcome == 'success' run: ./bin/console lint:twig templates --env=prod - - name: Lint XLIFF translations + - name: Lint XLIFF translation files if: always() && steps.install.outcome == 'success' run: ./bin/console lint:xliff translations + - name: Lint translation contents + if: always() && steps.install.outcome == 'success' + run: ./bin/console lint:translations + - name: Lint Parameters and Services if: always() && steps.install.outcome == 'success' run: ./bin/console lint:container --no-debug