Skip to content

Commit f576e8f

Browse files
committed
Add the linter to the GitHub actions
1 parent d9897a1 commit f576e8f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,14 @@ jobs:
7070
if: always() && steps.install.outcome == 'success'
7171
run: ./bin/console lint:twig templates --env=prod
7272

73-
- name: Lint XLIFF translations
73+
- name: Lint XLIFF translation files
7474
if: always() && steps.install.outcome == 'success'
7575
run: ./bin/console lint:xliff translations
7676

77+
- name: Lint translation contents
78+
if: always() && steps.install.outcome == 'success'
79+
run: ./bin/console lint:translations
80+
7781
- name: Lint Parameters and Services
7882
if: always() && steps.install.outcome == 'success'
7983
run: ./bin/console lint:container --no-debug

0 commit comments

Comments
 (0)