mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-01-18 03:28:19 +01:00
Chore: Enable golangci-lint
Add a GitHub actions workflow to run golangci-lint. Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
@@ -107,7 +107,7 @@ func checkNetworkState() {
|
||||
if newState != networkState {
|
||||
logger.Info("network state changed")
|
||||
// restart MDNS
|
||||
startMDNS()
|
||||
_ = startMDNS()
|
||||
networkState = newState
|
||||
requestDisplayUpdate()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user