eventespresso / actions

Centralized repository for all of Event Espresso's GitHub Actions used in our CI/CD pipelines
GNU Affero General Public License v3.0
2 stars 6 forks source link

Extract and consilidate checkout and LAMP setup action #14

Closed manzoorwanijk closed 3 years ago

manzoorwanijk commented 3 years ago

This PR extracts the initial checkout and LAMP stack set up steps in GitHub actions workflows and makes them reusable as a single action using the new composite API of GitHub actions.