Skip to content

Commit 57c8551

Browse files
committed
GH Actions: remove the composer validate step
... as Composer will always validate when installing anyway.
1 parent 218fed8 commit 57c8551

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
@@ -162,10 +162,6 @@ jobs:
162162
if: ${{ matrix.custom_ini == false && matrix.php == '7.4' }}
163163
run: cs2pr ./phpcs-report.xml
164164

165-
- name: 'Composer: validate config'
166-
if: ${{ matrix.custom_ini == false }}
167-
run: composer validate --no-check-all --strict
168-
169165
- name: Download the PHPCS phar
170166
uses: actions/download-artifact@v3
171167
with:

0 commit comments

Comments
 (0)