feat: add commitizen

This commit is contained in:
Eshan Roy (Eshanized)
2024-04-30 13:11:39 +05:30
parent 145e0f9c54
commit b0cfd79e1b

13
.github/workflows/check-commitizen.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: 'Conventional commits check using commitizen'
description: 'Check if the commits are compliant with Conventional Commits specification'
runs:
using: 'docker'
image: 'Dockerfile'
branding:
icon: 'git-commit'
color: 'purple'
inputs:
commitizen_version:
description: 'Specify the version to be used by commitizen'
required: false
default: latest