Reduce duplication in CI using composite actions #3017
Open
Description
Update CI to use composite actions to reduce how much duplication we have going on
Seeing all the duplication, I wonder if we could use a composite action to reduce some of the steps we write again and again?
Here's the GHA doc on reducing duplication that taught me about this concept.
Rather than push things up into a separate repo, I imagine we could just use our actions directory.