A collection of TODO items not specific to any one project
MIT License
0
stars
0
forks
source link
Update all project `Branch protection rules` to replace `Makefile / Build codebase using Makefile all recipe` with `Makefile / Build codebase using Makefile quick recipe` #61
Most projects importing shared workflows now provide a quick Makefile recipe as an alternative to the all recipe that I've been using for local/CI build validation thus far.
With recent work in the atc0005/shared-project-resources repo I'm now ready to finish swapping the recipes. For any projects lacking a quick recipe I can add either a full recipe or an alias to the all recipe (e.g., library projects).
Oveview
Most projects importing shared workflows now provide a
quick
Makefile recipe as an alternative to theall
recipe that I've been using for local/CI build validation thus far.With recent work in the
atc0005/shared-project-resources
repo I'm now ready to finish swapping the recipes. For any projects lacking aquick
recipe I can add either a full recipe or an alias to theall
recipe (e.g., library projects).TODO
References