opensource-nepal / commitlint

commitlint is a tool designed to lint your commit messages according to the Conventional Commits standard for your pre-commit hook and GitHub Actions.
GNU General Public License v3.0
16 stars 9 forks source link

Add support for Github Actions #4

Closed aj3sh closed 8 months ago

aj3sh commented 8 months ago

This enhancement involves implementing support for GitHub Actions, enabling users to seamlessly integrate commitlint into their CI/CD workflows. Adding GitHub Actions support lets contributors and users easily check their commit messages on their repositories. This addition will empower the community to leverage the benefits of continuous integration using GitHub Actions with our project.