Add a Github CI check to make sure that if an asset is edited, ui/bindata.go is updated #365
Labels
enhancement
good first issue
These issues are a great way to get to know Hound's codebase
help wanted
We serve static assets from a serialized file in order to make Hound go-get-able (see #7). Confirming that UI PRs come with an update to
ui/bindata.go
would be helpful for future PRs.Here's some helpful context (thanks to @kellegous for a lot of this):
ui/bindata.go
contains all the contents fromui/assets/*
and is generated here in the Makefile.ui/bindata.go
as part of the install (i.e. in//go:generate
) might be finicky on some systems, so sticking with manually updating it is a safer play for now.ui#serveAsset
.The text was updated successfully, but these errors were encountered: