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 b604033
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ jobs:
continue-on-error: true
run: vendor/bin/composer-dependency-analyser

- name: Check service definitions
run: |
tests/Application/bin/console -edev lint:container
tests/Application/bin/console -eprod lint:container
- name: Static analysis
run: vendor/bin/phpstan

Expand Down

0 comments on commit b604033

Please sign in to comment.