action-conventional-commits/action.yml
2020-06-11 07:50:40 +02:00

5 lines
175 B
YAML

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