github-actions

Installation
SKILL.md

GitHub Actions

CI/CD workflows with GitHub Actions.

Workflow Basics

# .github/workflows/ci.yml
name: CI

on:
  push:
    branches: [main]
  pull_request:
    branches: [main]
Installs
5
GitHub Stars
3
First Seen
Feb 21, 2026
github-actions — 1mangesh1/dev-skills-collection