Skip to content

Commit 270b333

Browse files
committed
chore: add succes message check
1 parent a2baa44 commit 270b333

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ func main() {
4040

4141
fmt.Printf("commit title type used: %s\n", titleType)
4242
fmt.Printf("commit title scope used: %s\n", titleScope)
43-
fmt.Printf("commit title message used: %s\n", titleMessage)
43+
fmt.Printf("commit title message used: %s\n\n", titleMessage)
44+
fmt.Printf("the commit message adheres to the configured standard")
4445
}
4546

4647
func fetchTitle(githubEventPath string) string {

0 commit comments

Comments
 (0)