Skip to content

Commit

Permalink
Add the linter to the GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Oct 18, 2024
1 parent d9897a1 commit f576e8f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,14 @@ jobs:
if: always() && steps.install.outcome == 'success'
run: ./bin/console lint:twig templates --env=prod

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

- name: Lint translation contents
if: always() && steps.install.outcome == 'success'
run: ./bin/console lint:translations

- name: Lint Parameters and Services
if: always() && steps.install.outcome == 'success'
run: ./bin/console lint:container --no-debug
Expand Down

0 comments on commit f576e8f

Please sign in to comment.