Updates the phplint workflow to run inside the correct dev-workspace.
It also removes the composer lock update step, since a developer committing to the repository should always solve any divergence.
Benefits
Run phplint inside the same dev-workspace we use in our local machines.
Reduces the workflow execution time to less than a minute.
Checklist
[x] I have created a specific branch for this pull request before committing, starting off the current HEAD of development branch.
[x] I'm submitting to the development, feature/hotfix/release branch. (Do not submit to the master branch!)
[x] This pull request relates to a specific problem (bug or improvement).
[x] I have mentioned the issue number in the pull request description text.
[x] All the issues mentioned in this pull request relate to the problem I'm trying to solve.
[x] The code I'm sending follows the PSR-12 coding style.
Description
Updates the phplint workflow to run inside the correct dev-workspace. It also removes the composer lock update step, since a developer committing to the repository should always solve any divergence.
Benefits
Run phplint inside the same dev-workspace we use in our local machines. Reduces the workflow execution time to less than a minute.
Checklist
development
branch.development
, feature/hotfix/release branch. (Do not submit to the master branch!)