Skip to content

Commit 0b36087

Browse files
committed
validate composer file first
1 parent 15e1eac commit 0b36087

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
path: /tmp/composer-cache
2525
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
2626

27+
- name: Validate Composer
28+
run: composer validate --strict
29+
2730
- name: Setup composer
2831
uses: php-actions/composer@v6
2932
with:
3033
php_version: '8.3'
3134

32-
- name: Validate Composer
33-
run: composer validate --strict
34-
3535
- name: PHP Lint
3636
run: composer lint
3737

0 commit comments

Comments
 (0)