Skip to content

Commit

Permalink
[Tests] add lint container command
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Mar 15, 2023
1 parent c1b3751 commit 0a91975
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
- name: Validate TWIG
run: bin/console lint:twig src

- name: Validate Container
run: bin/console lint:container

- name: Validate Doctrine Settings
run: bin/console doctrine:schema:validate --skip-sync

Expand Down

0 comments on commit 0a91975

Please sign in to comment.