Adjusting jsonschema for 1.2.0 #10
modules-ci.yml
on: push
detect-modules
4s
Matrix: lint-modules
Matrix: test-modules
Matrix: verify-modules
modules-summary
3s
Annotations
7 errors
|
Lint jsonschema
issues found
|
|
Lint jsonschema
cannot use jsonschema.NewModule() (value of type *"github.com/GoCodeAlone/modular/modules/jsonschema".Module) as modular.Module value in argument to app.RegisterModule: *"github.com/GoCodeAlone/modular/modules/jsonschema".Module does not implement modular.Module (missing method Init) (typecheck)
|
|
Verify jsonschema
Process completed with exit code 1.
|
|
Verify jsonschema
cannot use jsonschema.NewModule() (value of type *"github.com/GoCodeAlone/modular/modules/jsonschema".Module) as modular.Module value in argument to app.RegisterModule: *"github.com/GoCodeAlone/modular/modules/jsonschema".Module does not implement modular.Module (missing method Init)
|
|
Test jsonschema
Process completed with exit code 1.
|
|
Test jsonschema
cannot use jsonschema.NewModule() (value of type *"github.com/GoCodeAlone/modular/modules/jsonschema".Module) as modular.Module value in argument to app.RegisterModule: *"github.com/GoCodeAlone/modular/modules/jsonschema".Module does not implement modular.Module (missing method Init)
|
|
Test database
Process completed with exit code 1.
|