action-conventional-commits/action.yml

6 lines
175 B
YAML
Raw Normal View History

2020-06-11 07:50:40 +02:00
name: "Conventional Commits"
description: "Ensures that all commit messages are following the conventional-commits standard."
runs:
using: node12
main: dist/main/index.js