Skip to content

Getting Started

Welcome to commit-check! This guide will help you integrate commit-check into your workflow quickly and efficiently.

Select the method that best fits your development workflow:

  • GitHub Actions


    GitHub Action for automated commit-check in your workflows

    Perfect for: CI/CD pipelines, automated PRs, team collaboration

    Get started with GitHub Actions →

  • Pre-commit Hooks


    Pre-commit hooks for automated commit-check in your local development

    Perfect for: Local development, enforcing commit standards before commits

    Get started with pre-commit →

  • Command Line Interface (CLI)


    The core Python package powering commit-check-action behind the scenes

    Perfect for: Custom scripts, advanced workflows, and integration across different environments

    Get started with CLI →