Open
Description
Checklist before submitting an issue
- I have checked the existing issues and couldn't find an issue about this bug.
Issue details
I have now used the template a couple of times and I have ended up adding manually:
- a dependency between the
lint
andbuild
jobs in the build.yml file - a concurrency check in order to cancel concurrent similar jobs from successive push
Both are good practices to reduce wasted runner time. Would it be worth to have those directly in the template ?