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 node/yarn action #13

Closed manzoorwanijk closed 3 years ago

manzoorwanijk commented 3 years ago

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