From 6505af2a8b515cb9e8b5fbfcfe7fd03c1f3f9827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Thu, 29 Jun 2023 23:37:42 +0200 Subject: [PATCH] Disable translation file linting as it causes problems with empty translation files --- .github/workflows/static_analysis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index 8a735f52..41ff1a56 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -38,9 +38,10 @@ jobs: - name: Lint twig templates run: ./bin/console lint:twig templates --env=prod - - - name: Lint translations - run: ./bin/console lint:xliff translations + + # This causes problems with emtpy language files + #- name: Lint translations + # run: ./bin/console lint:xliff translations - name: Check dependencies for security uses: symfonycorp/security-checker-action@v5