pull-request-lint/action.yml

5 lines
134 B
YAML

name: 'Pull Request Lint'
description: 'Validates a pull request for semantical commit message'
runs:
using: 'go'
main: 'main.go'