Disable translation file linting as it causes problems with empty translation files

This commit is contained in:
Jan Böhmer 2023-06-29 23:37:42 +02:00
parent 54c74bac6e
commit 6505af2a8b

View file

@ -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