pull-request-lint/action.yml
Jan Klattenhoff 86febd99e5
All checks were successful
Lint Pull Request / Lint PR Title (pull_request) Has been skipped
refactor: some polishing
BREAKING CHANGE: Version 1
2025-04-09 18:29:31 +02:00

5 lines
153 B
YAML

name: 'Pull Request Lint'
description: 'A gitea action to validate if a pr follows the semantic commit guidelines'
runs:
using: 'go'
main: 'main.go'