Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check the composer.lock file as part of code-review #224

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

patrickfweston
Copy link
Contributor

Sometimes, conflicts in the composer.lock file may be resolved, but a developer forgets to update the hash for the file with composer update --lock. As a result, deployments may fail due to a dirty repository as the file is being modified when CircleCI builds the artifact.

This pull request adds a check to the code-review step to see if the composer.lock file is up to date.

@agentrickard agentrickard merged commit ea260fb into develop Jun 22, 2023
@agentrickard agentrickard deleted the composer-lock-check branch June 22, 2023 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants