# GitHub Actions

> CI/CD that lives where your code does

**Category:** DevOps  
**Pricing:** freemium  
**URL:** https://github.com/features/actions  
**Added:** 2026-08-19

---

## The Hook

GitHub Actions is CI/CD without leaving GitHub.

## What's Good

Integration with GitHub is seamless—triggers, permissions, and secrets just work. The marketplace has actions for almost everything. Matrix builds parallelize testing. Self-hosted runners give you control when needed.

## The Catch

YAML syntax has a learning curve. Debugging failed workflows is frustrating. Costs scale with build minutes. Complex workflows become hard to maintain.

## Verdict

The default CI/CD for GitHub repositories.
