Register and share your invite link to earn from video plays and referrals.

David Sherret
@DavidSherret
Software developer. Prev @deno_land. Working on ts-morph, dprint, and more.
Joined January 2009
432 Following    1.2K Followers
I've found maintaining GitHub Actions workflow files is much easier when it's generated from Typescript. The latest realization is that the output yaml file can act like a lockfile. So I maintain `actions/checkout@v6`, but the generated output gets locked to a hash.
Show more