You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For maintainability, modularity, and adaptability, I'd like to move decompose the workflows into GitHub actions scripts. In many cases, you'll already find significant portions of the CI/CD flows are being reused.
Recommended Approach
Begin with (release.yml)[https://github.com/movemntdev/M1/blob/main/.github/workflows/release.yml]. Talk to @l-monninger about portions of the script which you think can be decomposed into actions stored here.
Rinse and repeat for remaining workflows.
The text was updated successfully, but these errors were encountered:
Summary
For maintainability, modularity, and adaptability, I'd like to move decompose the workflows into GitHub actions scripts. In many cases, you'll already find significant portions of the CI/CD flows are being reused.
Recommended Approach
The text was updated successfully, but these errors were encountered: