Hi! Is there a way to run a set of CircleCI Steps/Commands on all Jobs by default without having to copy/paste those Steps/Commands on every job? Thanks!
Hi @janpaologo,
You can use reusable configuration to author reusable commands: Reusable Config Reference Guide - CircleCI
Let us know if you gave any additional questions.