You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -25,6 +25,4 @@ It is recommend to use a GitHub [Personnal Acces Token](https://docs.github.com/
The current action is set to only generate the readme on a pull request and commit it back to that same pull request. You can modify this to your own needs.
It should be noted that we are ignoring the `docs` directory in our workflow because we purposefully have broken code examples. You should not do this. Your can simply run `go test ./...` and `staticcheck ./...` respectively in your actions.