Skip to content

Commit beeff9a

Browse files
committed
minor symfony#1206 [CI] Lint the container loaded from source instead of xml (rosier)
This PR was merged into the main branch. Discussion ---------- [CI] Lint the container loaded from source instead of xml Workaround for doctrine/DoctrineMigrationsBundle#413 and symfony/symfony#39259 Commits ------- c5172ff Lint the container loaded from source instead of xml
2 parents 1155cce + c5172ff commit beeff9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

+1-1
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)