Create ci.yml for workflow generics #1
Annotations
11 errors and 2 warnings
build
Process completed with exit code 1.
|
build:
internal/manager/manager.go#L9
exported type DownloadManager should have comment or be unexported
|
build:
internal/manager/manager.go#L16
exported function NewDownloadManager should have comment or be unexported
|
build:
internal/manager/manager.go#L26
exported method DownloadManager.AddDownload should have comment or be unexported
|
build:
internal/manager/manager.go#L38
exported method DownloadManager.ListDownloads should have comment or be unexported
|
build:
internal/manager/manager.go#L47
exported method DownloadManager.PauseDownload should have comment or be unexported
|
build:
internal/manager/manager.go#L57
exported method DownloadManager.ResumeDownload should have comment or be unexported
|
build:
internal/manager/manager.go#L67
exported method DownloadManager.CancelDownload should have comment or be unexported
|
build:
internal/manager/manager.go#L77
exported method DownloadManager.GetTasks should have comment or be unexported
|
build:
internal/task/task.go#L15
exported type DownloadTask should have comment or be unexported
|
build:
internal/task/task.go#L30
exported function NewDownloadTask should have comment or be unexported
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
Restore cache failed: Dependencies file is not found in /home/runner/work/SFD/SFD. Supported file pattern: go.sum
|