Skip to content

Commit 2b74ba0

Browse files
committed
Run composer validate from GitHub Action
1 parent af17965 commit 2b74ba0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Install dependencies
2323
run: composer install --no-progress --prefer-dist --optimize-autoloader
2424

25+
- name: Validate composer.json
26+
run: composer validate
27+
2528
- name: Lint with php-cs-fixer
2629
run: vendor/bin/php-cs-fixer fix --verbose --diff --dry-run
2730

0 commit comments

Comments
 (0)