action-conventional-commits/action.yml

10 lines
251 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."
inputs:
GITHUB_TOKEN:
description: 'GitHub token'
required: false
2020-06-11 07:50:40 +02:00
runs:
2022-10-18 14:04:22 +02:00
using: node16
2020-06-11 07:50:40 +02:00
main: dist/main/index.js