Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 471 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 471 Bytes

Github-Workflow-YAML-configs

Workflows to automate composer dependencies

Working workflows:

composer-lock.yml

Updates Composer.lock to match composer.json automatically


install-dependencies.yml

Updates the repo's vendor folder and installs dependencies specified in composer.json.


release.yml

Creates a release using .gitignore to exclude folders


phpcbf.yml

Runs PHP unit tests after a PHP file is updated