feat: add pull request linting action and validation logic
This commit is contained in:
parent
d0e7c0bec7
commit
09380fb8d0
6 changed files with 154 additions and 0 deletions
5
action.yml
Normal file
5
action.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
name: 'Pull Request Lint'
|
||||
description: 'Validates a pull request for semantical commit message'
|
||||
runs:
|
||||
using: 'go'
|
||||
main: 'main.go'
|
Loading…
Add table
Add a link
Reference in a new issue