We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9897a1 commit f576e8fCopy full SHA for f576e8f
.github/workflows/lint.yaml
@@ -70,10 +70,14 @@ jobs:
70
if: always() && steps.install.outcome == 'success'
71
run: ./bin/console lint:twig templates --env=prod
72
73
- - name: Lint XLIFF translations
+ - name: Lint XLIFF translation files
74
75
run: ./bin/console lint:xliff translations
76
77
+ - name: Lint translation contents
78
+ if: always() && steps.install.outcome == 'success'
79
+ run: ./bin/console lint:translations
80
+
81
- name: Lint Parameters and Services
82
83
run: ./bin/console lint:container --no-debug
0 commit comments