Skip to content

Commit

Permalink
Merge pull request #224 from palantirnet/composer-lock-check
Browse files Browse the repository at this point in the history
Check the composer.lock file as part of code-review
  • Loading branch information
agentrickard authored Jun 22, 2023
2 parents ffd9162 + 6195dd2 commit ea260fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions defaults/install/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@

<!-- Run Drupal Check. -->
<foreach list="${drupal-check.directories}" param="drupal-check.dir" target="drupal-check" />

<!-- Ensure the composer.lock file is up to date -->
<exec command="composer validate --no-check-all --no-check-publish" logoutput="true" checkreturn="true" />
</target>


Expand Down

0 comments on commit ea260fb

Please sign in to comment.