v0.0.1: CI/CD Pipeline Templates
Release v0.0.1: CI/CD Pipeline Templates
Pipelines - Reusable GitHub Actions workflow templates for the ecosystem.
What's Included
Workflow Templates
Rust Workflows
- Build and test workflows
- Release automation
- Clippy linting
- Security auditing
Python Workflows
- pytest with coverage
- Ruff linting
- MyPy type checking
- Package publishing
Shell Workflows
- ShellCheck linting
- BATS testing
- Script validation
Features
- Reusable workflow components
- Consistent CI/CD patterns
- Security scanning integration
- Automated release management
- Cross-platform support
Usage
Reference workflows in your repository:
jobs:
build:
uses: sebastienrousseau/pipelines/.github/workflows/rust-ci.yml@v0.0.1🤖 Generated with Claude Code