Getting Started
Welcome to the helpers4 GitHub Actions collection! Reusable actions for common development workflows.
What are GitHub Actions?
Section titled “What are GitHub Actions?”GitHub Actions enables you to create custom workflows that run automatically on GitHub events. Workflows are made up of actions - reusable units of code that perform specific tasks.
Available Actions
Section titled “Available Actions”Conventional Commits Validator
Section titled “Conventional Commits Validator”Validate commit messages against the Conventional Commits specification.
Features:
- ✅ Enforce commit message format
- ✅ Custom error messages
- ✅ Scope validation
- ✅ Type enforcement
Quick Start
Section titled “Quick Start”1. Basic Usage
Section titled “1. Basic Usage”Add to your workflow file (.github/workflows/commit-check.yml):
2. With Configuration
Section titled “2. With Configuration”3. Full Workflow Example
Section titled “3. Full Workflow Example”Common Patterns
Section titled “Common Patterns”CI/CD Integration
Section titled “CI/CD Integration”Release Workflow
Section titled “Release Workflow”Versioning
Section titled “Versioning”- Use latest:
helpers4/action/conventional-commits@latest - Pin to major:
helpers4/action/conventional-commits@v1 - Pin to specific:
helpers4/action/conventional-commits@v1.2.3
Marketplace
Section titled “Marketplace”Browse all helpers4 actions on GitHub Marketplace
Next Steps
Section titled “Next Steps”- Explore Actions Documentation
- Check the GitHub Repository
Support
Section titled “Support”- GitHub Issues: helpers4/action
- Discussions: GitHub Discussions
License
Section titled “License”LGPL-3.0 — See LICENSE for details.