Skip to content

ci: attempt to resolve missing token error #63

ci: attempt to resolve missing token error

ci: attempt to resolve missing token error #63

Triggered via push July 29, 2026 05:58
Status Success
Total duration 37s
Artifacts

tests.yaml

on: push
Matrix: test
changes-file
11s
changes-file
Fit to window
Zoom out
Zoom in

Annotations

7 errors
test (1.26): content/webhook_filters.go#L13
ST1005: error strings should not be capitalized (staticcheck)
test (1.26): content/content_type_schema.go#L84
SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
test (1.26): content/content_type.go#L97
SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
test (1.26): content/client.go#L53
SA1019: oauth2.NoContext is deprecated: Use context.Background() or context.TODO() instead. (staticcheck)
test (1.26): content/client.go#L86
ineffectual assignment to err (ineffassign)
test (1.26): content/client.go#L117
inline: cannot inline call to ioutil.ReadAll (declared using go1.26.2) into a file using go1.15 (govet)
test (1.26): content/client.go#L104
Error return value of `resp.Body.Close` is not checked (errcheck)