GitHub Actions Generator - Create CI/CD Workflows
Generate GitHub Actions workflow YAML for CI/CD pipelines. Build, test, and deploy configurations for Node.js, Python, Docker, and more.
Setup Instructions
# Create workflows directory
mkdir -p .github/workflows
# Save the workflow file
# (paste content into .github/workflows/ci.yml)
# Commit and push
git add .github/workflows/ci.yml
git commit -m "Add CI/CD workflow"
git push