gha-pipelines

Installation
SKILL.md

GitHub Actions Pipelines

This repository uses mise for tool version management so CI and local dev use identical versions. Delegate to Taskfile commands, not raw CLI. Follow homelab-specific conventions below; for generic GHA patterns (matrix builds, github-script, action catalog), see the global gha-pipelines skill.

Core Patterns

Tool setup — always jdx/mise-action@v3, never apt-get/brew:

steps:
  - uses: actions/checkout@v6
  - uses: jdx/mise-action@v3
  - run: task k8s:validate

Actions reference:

Installs
30
Repository
ionfury/homelab
GitHub Stars
24
First Seen
Feb 25, 2026
gha-pipelines — ionfury/homelab