Skip to content

Commit

Permalink
Add the container linter to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
coldic3 committed Nov 27, 2024
1 parent 23b6c80 commit c9f95f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ jobs:
continue-on-error: true
run: vendor/bin/composer-dependency-analyser

- name: Check service definitions
run: tests/Application/bin/console -edev lint:container

- name: Static analysis
run: vendor/bin/phpstan

Expand Down

0 comments on commit c9f95f7

Please sign in to comment.