mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-06 19:15:12 +02:00
feat: add commitizen
This commit is contained in:
13
.github/workflows/check-commitizen.yml
vendored
Normal file
13
.github/workflows/check-commitizen.yml
vendored
Normal 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
|
Reference in New Issue
Block a user