pull-request-lint/action.yml
Jan Klattenhoff 72b5dd18f3
Some checks failed
Lint Pull Request / Lint Pr Title (pull_request) Failing after 4s
build(workflows): update CI configuration and remove test file
2025-04-09 18:07:13 +02:00

5 lines
147 B
YAML

name: 'Pull Request Lint'
description: 'Validates a pull request for semantical commit message'
runs:
using: 'node16'
main: 'invoke-binary.js'