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