Authoring Github Workflows

Author and review GitHub Actions workflow YAML safely so syntactically-valid YAML can't ship a workflow that GitHub Actions refuses to run. USE FOR: editing, adding, or reviewing any file under .github/workflows/, writing run-name/name/if/env/run values that contain ${{ }} expressions, diagnosing a run that fails with 'This run likely failed because of a workflow file issue' and no jobs starting, deciding when a workflow scalar must be quoted, validating workflows with actionlint. DO NOT USE FOR: authoring application YAML unrelated to GitHub Actions, Azure Pipelines, GitLab CI, or non-workflow YAML. SCOPE: syntactic/structural workflow correctness; pair with ci-release-governance for semantic CI/release design. INVOKES: actionlint plus git/grep for inspection.

rodri-oliveira-dev Updated

File contents

rodri-oliveira-dev/dotnet-library-template/tree/main/.agents/skills/authoring-github-workflows commit 70a8ea1ac4

Frequently asked questions

npx skillmds@latest add rodri-oliveira-dev/authoring-github-workflows-2