devops-automation

Installation
SKILL.md

DevOps Automation

GitHub Actions Workflow Structure

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

concurrency:
  group: ${{ github.workflow }}-${{ github.ref }}
  cancel-in-progress: true
Installs
1
GitHub Stars
2
First Seen
Jul 15, 2026
devops-automation — lua2147/claude-toolkit-catalog