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