mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-05 19:06:37 +02:00
13 lines
370 B
YAML
13 lines
370 B
YAML
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 |