Closed Pr0-C0der closed 1 year ago
@Pr0-C0der Looks good. You can use PR_TOKEN
secret to get the token.
Please review @Xkonti. I was having issues with commenting stuff, so I decided to remove it. Nevertheless, when 'go test' command runs it will automatically tell the user which test file failed and on which line.
Created Github actions workflow for Fixes #41.
While testing runs all files with the suffix "_test.go", and does not merge the PR if any test fails.
To create a message on the Pull Request, I need a GitHub personal access token with permission to write the message to notify the contributor about the error. @Xkonti