Skip to content

Commit

Permalink
Update lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentmuller committed Oct 29, 2024
1 parent c6c25b8 commit 5b8aa89
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,23 @@ jobs:

- name: Lint YAML
run: php bin/console lint:yaml translations .github/workflows --parse-tags
continue-on-error: true

- name: Lint Twig
run: php bin/console lint:twig templates
continue-on-error: true

- name: Lint Container
run: php bin/console lint:container
continue-on-error: true

- name: Lint Markdown
uses: DavidAnson/markdownlint-cli2-action@v17
continue-on-error: true

- name: Validate Schema
run: php bin/console doctrine:schema:validate --skip-sync -vvv --no-interaction
continue-on-error: true

- name: Validate Composer
run: composer validate --strict

0 comments on commit 5b8aa89

Please sign in to comment.