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
-
Pre-commit Hooks
Pre-commit hooks for automated commit-check in your local development
Perfect for: Local development, enforcing commit standards before commits
-
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