Files
MokoCLI/templates/workflows/generic/index.md
T

1.0 KiB

Docs Index: /templates/workflows/generic

Purpose

This directory contains GitHub Actions workflow templates for generic software development projects supporting multiple programming languages.

Available Templates

  • ci.yml - Multi-language continuous integration workflow with automatic language detection (Node.js, Python, PHP, Go, Ruby, Rust)
  • test.yml - Comprehensive testing workflow supporting unit tests, integration tests, and end-to-end tests
  • deploy.yml - Deployment workflow for staging and production environments with rollback capabilities
  • code-quality.yml - Code quality analysis with linting, formatting, static analysis, and security checks
  • repo_health.yml - Repository health monitoring for generic projects

Metadata

  • Document Type: index
  • Auto-generated: This file is automatically generated by rebuild_indexes.py

Revision History

Change Notes Author
Automated update Generated by documentation index automation rebuild_indexes.py