Skip to content

Commit

Permalink
Run composer validate in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal committed Aug 22, 2024
1 parent e8b0b92 commit c34d4a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@
"@check:ignores"
],
"check:collisions": "detect-collisions src tests",
"check:composer": "composer normalize --dry-run --no-check-lock --no-update-lock",
"check:composer": [
"composer normalize --dry-run --no-check-lock --no-update-lock",
"composer validate --strict"
],
"check:cs": "phpcs",
"check:dependencies": "composer-dependency-analyser",
"check:ec": "ec src tests",
Expand Down

0 comments on commit c34d4a2

Please sign in to comment.