Skip to content

Commit

Permalink
Run composer validate from lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Apr 8, 2024
1 parent 112eccf commit dfebf9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Install dependencies
run: composer install --no-progress --prefer-dist --optimize-autoloader

- name: Validate composer.json
run: composer validate

- name: Lint with php-cs-fixer
run: vendor/bin/php-cs-fixer fix --verbose --diff --dry-run

Expand Down

0 comments on commit dfebf9e

Please sign in to comment.