.github/workflows: add a build workflow #1
Annotations
10 errors
build:
internal/catalog/catalog_test.go#L50
c.Tasks undefined (type catalog.Catalog has no field or method Tasks)
|
build:
internal/catalog/catalog_test.go#L51
c.Tasks undefined (type catalog.Catalog has no field or method Tasks)
|
build:
internal/catalog/catalog_test.go#L79
unknown field Tasks in struct literal of type catalog.Catalog
|
build:
internal/catalog/catalog_test.go#L79
undefined: catalog.Task
|
build:
internal/catalog/catalog_test.go#L81
undefined: catalog.VersionnedTask
|
build:
internal/catalog/catalog_test.go#L93
undefined: catalog.VersionnedTask
|
build:
internal/catalog/catalog_test.go#L100
unknown field Pipelines in struct literal of type catalog.Catalog
|
build:
internal/catalog/catalog_test.go#L100
undefined: catalog.Pipeline
|
build:
internal/catalog/catalog_test.go#L102
undefined: catalog.VersionnedPipeline
|
build
Process completed with exit code 1.
|