Github Actions Skill

Design and maintain GitHub Actions pipelines for distributed scheduler and executor reliability.

neko233-com 5af1875 658 B Updated

File contents

github-actions-skill

Purpose

  • Keep CI and CD deterministic for scheduler center and executor nodes.
  • Enforce failover tests as release gates.

Checklist

  • Use Go 1.26 toolchain in all jobs.
  • Run unit and integration tests on push and PR.
  • Keep fail-fast disabled for cross-platform matrix.
  • Build both server and executor artifacts.

Reliability Rules

  • CI must fail when failover test fails.
  • Action steps should avoid hidden mutable state.
  • Prefer explicit versions for marketplace actions.

neko233-com/schedulermeshserver233/tree/main/.github/skills/github-actions-skill commit 5af1875349

Frequently asked questions

npx skillmds@latest add neko233-com/github-actions-skill