Skip to content

Commit

Permalink
Merge pull request #54 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 d984946 + 2c1b0f8 commit f400b34
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 f400b34

Please sign in to comment.