Skip to content

Added semantic release workflow #2

Added semantic release workflow

Added semantic release workflow #2

Triggered via pull request May 11, 2025 04:24
Status Failure
Total duration 1m 0s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

quality-checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint: tests/core_read_test.go#L57
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"no results found matching the given query\")" (err113)
Lint: plugins/sentinel/sentinel.go#L120
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"Unknown augmented validation tag: %s\", tag)" (err113)
Lint: plugins/sentinel/sentinel.go#L92
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"Key: '%s.%s' Error:Field validation for '%s' failed on the '%s' tag\", v.Type().Name(), field.Name, field.Name, tag)" (err113)
Lint: plugins/sentinel/sentinel.go#L87
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"Key: '%s.%s' Error:Field validation for '%s' failed on the '%s' tag\", v.Type().Name(), field.Name, field.Name, tag)" (err113)
Lint: plugins/sentinel/sentinel.go#L82
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"Key: '%s.%s' Error:Field validation for '%s' failed on the '%s' tag\", v.Type().Name(), field.Name, field.Name, tag)" (err113)
Lint: core/model_query.go#L61
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"failed to schedule query\")" (err113)
Lint: core/model_query.go#L33
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"no results found matching the given query\")" (err113)
Lint: core/model_query_update.go#L80
Function `Exec[T]->Exec->Exec$2` should pass the context parameter (contextcheck)
Lint: core/model_query_delete.go#L70
Function `Exec[T]->Exec->Exec$2` should pass the context parameter (contextcheck)
Lint: core/model_query_delete.go#L65
Function `Exec[T]->Exec->Exec$2` should pass the context parameter (contextcheck)