| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Two minor things.
Sorry, something went wrong.
|
I'll move this PR forward while Angela's on vacation. I'll start by addressing Andrew's review comments and adding a PR check to test the new behavior. |
Sorry, something went wrong.
This will enable us to test this behavior in PR checks. Also simplify and add some more detailed documentation.
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
`in` checks the indices of an array, not the values.
There was a problem hiding this comment.
Looks good. A minor comment.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This change will run the autobuilder for Golang in the analyze step if:
This change should be a no-op for now, as if a user has not provided manual build steps for Go, we treat Go as an interpreted language and the autobuilder will run even if users have not included the autobuild action.
With some imminent changes where we will not treat Go as an interpreted language, we introduce this change to maintain backwards compatibility for users who may have removed the autobuild step and who have not provided manual build steps. In this case, we will still autobuild for them at the beginning of the analyze step.
Merge / deployment checklist