Skip to content

v0.0.1: CI/CD Pipeline Templates

Choose a tag to compare

@sebastienrousseau sebastienrousseau released this 18 Feb 12:20
· 9 commits to main since this release
cf0413f

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