marzhall@lemmy.worldtoProgrammer Humor@programming.dev•"GitHub CI is easy", he said. "It's just `bash` ", he said.
3·
2 days agoAggressively seconding this. If you can just do a step in a bash command, do that, don’t use the stupid yaml wrapper they provide that actually just turns around and runs the same bash command but with extra abstraction to learn, break, fix, and maintain for stupid, meaningless upgrades. It will save you time because you’ll be using better-tested, more widely-used tools and approaches.
Damn I’m stealing that