ci-cd-pipelines

Installation
SKILL.md

CI/CD Pipelines

GitHub Actions Workflow

name: CI
on:
  push:
    branches: [main]
  pull_request:
    branches: [main]

concurrency:
  group: ${{ github.workflow }}-${{ github.ref }}
  cancel-in-progress: true
Installs
139
GitHub Stars
2.2K
First Seen
Feb 11, 2026
ci-cd-pipelines — rohitg00/awesome-claude-code-toolkit