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 workflow-load failures, deciding when a workflow scalar must be quoted, and validating workflows with actionlint. DO NOT USE FOR: non-GitHub-Actions YAML. SCOPE: syntactic/structural workflow correctness; pair with ci-release-governance for semantic CI/release design.

rodri-oliveira-dev 728ac0b 4.4 KB Updated

File contents

rodri-oliveira-dev/dapper-fluentmap/tree/main/.agents/skills/authoring-github-workflows commit 728ac0bc39

Frequently asked questions

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