feat: add CI workflow with test and lint #21
Annotations
13 errors and 2 warnings
|
Lint:
cache/runtime/cache_runtime_test.go#L140
Error return value of `cache.Incr` is not checked (errcheck)
|
|
Lint:
cache/runtime/cache_runtime_test.go#L123
Error return value of `cache.ClearAll` is not checked (errcheck)
|
|
Lint:
cache/runtime/cache_runtime_test.go#L104
Error return value of `cache.Delete` is not checked (errcheck)
|
|
Lint:
cache/runtime/cache_runtime_test.go#L97
Error return value of `cache.Set` is not checked (errcheck)
|
|
Lint:
cache/runtime/cache_runtime_test.go#L78
Error return value of `cache.Set` is not checked (errcheck)
|
|
Lint:
cache/runtime/cache_runtime_test.go#L30
Error return value of `cache.Set` is not checked (errcheck)
|
|
Lint:
cache/runtime/cache_runtime.go#L163
Error return value of `ca.initValue` is not checked (errcheck)
|
|
Lint:
cache/runtime/cache_runtime.go#L128
Error return value of `ca.initValue` is not checked (errcheck)
|
|
Lint:
cache/runtime/cache_runtime.go#L109
Error return value of `ca.initValue` is not checked (errcheck)
|
|
Lint:
logger/xlog.go#L165
Error return value of `file.WriteString` is not checked (errcheck)
|
|
Test
Process completed with exit code 1.
|
|
Test:
core/concurrenceMap_test.go#L84
conversion from uint64 to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
|
|
Test:
core/concurrenceMap_test.go#L75
conversion from uint64 to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
|
|
Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/dotweb/dotweb. Supported file pattern: go.sum
|
|
Test
Restore cache failed: Dependencies file is not found in /home/runner/work/dotweb/dotweb. Supported file pattern: go.sum
|