Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 2.37 KB

File metadata and controls

52 lines (43 loc) · 2.37 KB

Documentation

Start here when adopting or maintaining the workflow set.

Adoption

  • Installation: repository setup, private access, first caller workflow, secrets, and branch protection.
  • Usage: job-level calls, pinning, permissions, secrets, outputs, and common recipes.
  • Consumer Setup Checklist: step-by-step onboarding for a project repository.
  • Decision Guide: choose the smallest useful workflow.
  • npm run doctor -- <repo>: scan a consumer repository for workflow recommendations, risky caller patterns, missing lockfiles, and baseline permissions.
  • Enterprise WordPress Monorepo QA: root application install plus dynamic package QA.
  • Troubleshooting: common GitHub Actions and workflow errors.

Reference

Workflow Guides

Upstream GitHub References