-
Notifications
You must be signed in to change notification settings - Fork 4
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
Unify naming of Actions, Templates etc. #85
Comments
Currently we have a mixing of kebab case and spaced spelling for workflows and actions. For better readability and consistency we should standardize this. I.e.: |
I'd encourage to use readable names because those are also shown in the GitHub actions UI. The file name in my opinion should be kebab case, but which exact file naming schema for actions, workflows, reusable workflows, workflow templates and so on? Also we should provide useful descriptions for all actions and workflows. |
Why not using same style as in Github Actions Samples (see e.g. https://github.com/actions/setup-java/tree/main/.github/workflows):
👍 |
Ich habe einmal die beiden geschlossen. das kann man gleich hier mitmachen |
Additionally we should give a readable name property to all steps
The text was updated successfully, but these errors were encountered: