feat: get all gitlab projects #1904
ci.yml
on: pull_request
static-analysis
58s
unit-test
1m 19s
integration-test
1m 56s
e2e-test
2m 21s
Annotations
4 errors
static-analysis
@argos-ci/frontend#check-types: command (/home/runner/work/argos/argos/apps/frontend) npm run check-types exited (1)
|
static-analysis
Type '(({ __typename?: "GlApiNamespace" | undefined; id: string; kind: string; } & { ' $fragmentRefs'?: { GitlabNamespacesSelect_GlApiNamespaceFragment: GitlabNamespacesSelect_GlApiNamespaceFragment; } | undefined; }) | { ...; })[]' is not assignable to type '{ ' $fragmentRefs'?: { GitlabNamespacesSelect_GlApiNamespaceFragment: GitlabNamespacesSelect_GlApiNamespaceFragment; } | undefined; }[]'.
|
static-analysis
Type '({ __typename?: "GlApiNamespace" | undefined; id: string; kind: string; } & { ' $fragmentRefs'?: { GitlabNamespacesSelect_GlApiNamespaceFragment: GitlabNamespacesSelect_GlApiNamespaceFragment; } | undefined; }) | { ...; } | undefined' is not assignable to type '{ id: string; kind: string; }'.
|
static-analysis
Process completed with exit code 1.
|