8000 Lint the container loaded from source instead of xml · weaverryan/symfony-demo@c5172ff · GitHub
[go: up one dir, main page]

Skip to content

Commit c5172ff

Browse files
committed
Lint the container loaded from source instead of xml
1 parent 1155cce commit c5172ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Lint Parameters and Services
6868
if: always() && steps.install.outcome == 'success'
69-
run: ./bin/console lint:container
69+
run: ./bin/console lint:container --no-debug
7070

7171
- name: Lint Doctrine entities
7272
if: always() && steps.install.outcome == 'success'

0 commit comments

Comments
 (0)
0