We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6871dc commit e13c123Copy full SHA for e13c123
.github/workflows/lint_test_pull_requests.yaml
@@ -16,6 +16,7 @@ jobs:
16
- name: Composer normalizer
17
command: 'normalize --dry-run'
18
directory: ['extension-installer', 'fractor', 'fractor-xml', 'typo3-fractor']
19
+ name: ${{ matrix.directory }}/${{ matrix.composer-command.name }}
20
defaults:
21
run:
22
working-directory: ${{ matrix.directory }}
0 commit comments