Skip to content

Commit a106155

Browse files
committed
fixup! Add Composer config for monorepo
1 parent f120017 commit a106155

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/lint_test_pull_requests.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,8 @@ jobs:
3232
- directory: ''
3333
composer-command: {name: 'Rector', command: 'rector --dry-run'}
3434

35-
name: ${{ matrix.composer-command.name }}/${{ matrix.directory }}
35+
name: ${{ matrix.composer-command.name }}/${{ matrix.directory || '(root)' }}
3636

37-
defaults:
38-
run:
39-
working-directory: ${{ matrix.directory }}
4037
steps:
4138
- uses: actions/checkout@v4
4239
with:

0 commit comments

Comments
 (0)