Skip to content

Commit

Permalink
chore: add succes message check
Browse files Browse the repository at this point in the history
  • Loading branch information
levivannoort committed Jul 8, 2024
1 parent a2baa44 commit 270b333
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ func main() {

fmt.Printf("commit title type used: %s\n", titleType)
fmt.Printf("commit title scope used: %s\n", titleScope)
fmt.Printf("commit title message used: %s\n", titleMessage)
fmt.Printf("commit title message used: %s\n\n", titleMessage)
fmt.Printf("the commit message adheres to the configured standard")
}

func fetchTitle(githubEventPath string) string {
Expand Down

0 comments on commit 270b333

Please sign in to comment.