conventional-commits-check-.../action.yml
2025-01-02 22:29:07 +00:00

12 lines
329 B
YAML

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 }}