Xkonti / govec

Go library providing 2D and 3D vector operations
MIT License
6 stars 7 forks source link

Create pr-check.yml #42

Closed Pr0-C0der closed 1 year ago

Pr0-C0der commented 1 year ago

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

Xkonti commented 1 year ago

@Pr0-C0der Looks good. You can use PR_TOKEN secret to get the token.

Pr0-C0der commented 1 year ago

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.