fetch releases according to platform and arch #21
Annotations
6 errors and 5 warnings
test (ubuntu-latest):
src/main/madara.ts#L158
Argument of type 'string | ((config: MadaraConfig) => Promise<string>)' is not assignable to parameter of type 'string'.
|
test (ubuntu-latest)
Process completed with exit code 2.
|
test (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
test (windows-latest)
The operation was canceled.
|
test (macos-latest)
The job was canceled because "ubuntu-latest" failed.
|
test (macos-latest)
The operation was canceled.
|
test (ubuntu-latest):
src/renderer/App.tsx#L40
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|
test (ubuntu-latest):
src/renderer/App.tsx#L46
React Hook useEffect has missing dependencies: 'isSetupComplete' and 'navigate'. Either include them or remove the dependency array
|
test (ubuntu-latest):
src/renderer/App.tsx#L68
React Hook useEffect has missing dependencies: 'dispatch' and 'nodeConfig'. Either include them or remove the dependency array
|
test (ubuntu-latest):
src/renderer/pages/Apps.tsx#L169
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|
test (ubuntu-latest):
src/renderer/pages/Wallet.tsx#L73
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|