Skip to content

Commit

Permalink
Merge pull request #224 from maxmind/greg/composer-validate
Browse files Browse the repository at this point in the history
Run composer validate from lint workflow
  • Loading branch information
faktas2 authored Apr 9, 2024
2 parents 112eccf + dfebf9e commit e6f16f3
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 e6f16f3

Please sign in to comment.