diff --git a/.github/workflows/check-commitizen.yml b/.github/workflows/check-commitizen.yml new file mode 100644 index 00000000..f5d699a5 --- /dev/null +++ b/.github/workflows/check-commitizen.yml @@ -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 \ No newline at end of file