mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2026-05-15 01:29:42 +02:00
feat: add commitizen
This commit is contained in:
@@ -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