action-conventional-commits/action.yml
2022-10-18 14:04:22 +02:00

5 lines
175 B
YAML

name: "Conventional Commits"
description: "Ensures that all commit messages are following the conventional-commits standard."
runs:
using: node16
main: dist/main/index.js