<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>YAML on Coderrob</title><link>https://coderrob.com/tags/yaml/</link><description>Recent content in YAML on Coderrob</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sat, 19 Sep 2026 13:00:00 -0500</lastBuildDate><atom:link href="https://coderrob.com/tags/yaml/index.xml" rel="self" type="application/rss+xml"/><item><title>GitHub Actions YAML Made Easier with VS Code Snippets</title><link>https://coderrob.com/posts/github-actions-vscode-snippets/</link><pubDate>Sat, 19 Sep 2026 13:00:00 -0500</pubDate><guid>https://coderrob.com/posts/github-actions-vscode-snippets/</guid><description>&lt;p&gt;Writing GitHub Actions workflows involves a lot of repeated YAML. Triggers, jobs, runners, steps, inputs, outputs&amp;hellip; the names change, but you keep typing the same structure.&lt;/p&gt;&#10;&lt;p&gt;I created &lt;strong&gt;&lt;a href="https://github.com/Coderrob/github-actions-snippets"&gt;GitHub Actions VS Code Snippets&lt;/a&gt;&lt;/strong&gt; to make that work simpler. Type a prefix, insert a template, and tab through the values you need to change.&lt;/p&gt;&#10;&lt;p&gt;Cookie-cutter is exactly what I want for this part of development. I can spend my time deciding what the workflow should do instead of remembering where &lt;code&gt;permissions&lt;/code&gt; belongs.&lt;/p&gt;</description></item></channel></rss>