publishpress / PublishPress-Checklists

Using PublishPress Checklists, you can define tasks that must be complete before content is published.
Other
8 stars 4 forks source link

Update phplint workflow to use the dev-workspace #719

Closed andergmartins closed 3 months ago

andergmartins commented 3 months ago

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