We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1155cce commit c5172ffCopy full SHA for c5172ff
.github/workflows/lint.yaml
@@ -66,7 +66,7 @@ jobs:
66
67
- name: Lint Parameters and Services
68
if: always() && steps.install.outcome == 'success'
69
- run: ./bin/console lint:container
+ run: ./bin/console lint:container --no-debug
70
71
- name: Lint Doctrine entities
72
0 commit comments