Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Break workflow definition into small pieces by using composite actions #14

Open
rtyley opened this issue Dec 23, 2023 · 0 comments
Open

Comments

@rtyley
Copy link
Member

rtyley commented Dec 23, 2023

The current reusable-release.yml workflow file is a single, quite large file, which makes getting an overview of what's going on quite hard because the details of each jobs implementation are interleaved with the connective tissue of IO between each job.

We could take those implementations and put them into (composite?) actions.

https://docs.github.com/en/actions/creating-actions/creating-a-composite-action#creating-an-action-metadata-file

github.action_path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant