-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add composite action to run buildout #99
base: master
Are you sure you want to change the base?
Conversation
I need to add guards/checks that will emit clear error messages when required files are missing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have not tried it, and it is work in progress, but seems like it should be fine.
But I already created a composite action last year. Did you check that?
https://github.com/collective/tox-action
Some details are different, for example I rely on tox
and tox-gh-actions
.
github-token: | ||
required: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would say github-token
should be optional. That is how it is in actions/setup-python
I did not know. I will definitely check. |
Share GHA for other repositories