Skip to content

Commit c7c2aed

Browse files
committed
GH Actions: remove the composer validate step
... as Composer will always validate when installing anyway.
1 parent a48d7f5 commit c7c2aed

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,6 @@ jobs:
150150
if: ${{ matrix.custom_ini == false && matrix.php == '7.4' }}
151151
run: cs2pr ./phpcs-report.xml
152152

153-
- name: 'Composer: validate config'
154-
if: ${{ matrix.custom_ini == false }}
155-
run: composer validate --no-check-all --strict
156-
157153
- name: Download the PHPCS phar
158154
uses: actions/download-artifact@v3
159155
with:

0 commit comments

Comments
 (0)