From b0cfd79e1b06971e31dd8eefa8e6d5cf0dfdc91d Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Tue, 30 Apr 2024 13:11:39 +0530 Subject: [PATCH] feat: add commitizen --- .github/workflows/check-commitizen.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/check-commitizen.yml 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