fix(test): call GetActionValue() instead of GetValue() #3
push.default.yaml
on: push
go-lint
/
Lint
6s
go-test
/
Test
18s
Annotations
4 errors and 1 warning
go-test / Test:
pkg/properties/action_property.go#L19
cannot use &actionPropertyType{…} (value of type *actionPropertyType) as ActionProperty value in return statement: *actionPropertyType does not implement ActionProperty (wrong type for method GetValue)
|
go-test / Test:
pkg/properties/property.go#L81
duplicate method GetValue
|
go-test / Test:
pkg/properties/property.go#L82
other declaration of GetValue
|
go-test / Test
Process completed with exit code 1.
|
go-lint / Lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: wearerequired/lint-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|