Is there a way to reduce code duplication in the workflow configuration file? I see that every task has the steps "Checkout the repository", "Set up JDK 17" and "Cache Maven packages". Is there a way to define them only once in the file and make them apply to all tasks?
Originally posted by @martinmladenov in https://github.com/SERG-Delft/andy/issues/236#issuecomment-1644423325