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