All checks were successful
Lint Pull Request / Lint PR Title (pull_request) Has been skipped
BREAKING CHANGE: Version 1
5 lines
153 B
YAML
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'
|