mirror of
https://github.com/webiny/action-conventional-commits.git
synced 2024-11-10 12:09:34 +01:00
6 lines
175 B
YAML
6 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
|