conventional-commits-check-.../action.yml

12 lines
329 B
YAML
Raw Normal View History

2025-01-02 23:29:07 +01:00
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 }}