This commit is contained in:
2025-01-02 22:29:07 +00:00
commit 766e12d0c3
5 changed files with 93 additions and 0 deletions

11
action.yml Normal file
View File

@@ -0,0 +1,11 @@
name: 'Conventional Commits Check'
description: 'A GitHub/Gitea Action for enforcing adherance to Conventional Commits.'
inputs:
commit-message: # id of input
description: 'Commit message, PR title, etc. to check'
required: true
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.commit-message }}