Skip to content

* fix not saving action/cache after failed jobs @ actions/{be,fe,c#… #36

* fix not saving action/cache after failed jobs @ actions/{be,fe,c#…

* fix not saving action/cache after failed jobs @ actions/{be,fe,c#… #36

Triggered via push February 12, 2024 22:58
Status Failure
Total duration 1m 4s
Artifacts

fe.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 4 warnings
codechecks
Process completed with exit code 1.
tsc
Type '(queryContext: QueryFunctionContext) => Promise<unknown>' is not assignable to type 'ApiStatus'.
tsc
Type '(queryContext: QueryFunctionContext) => Promise<unknown>' is not assignable to type 'ApiStatsForumPostCount'.
tsc
Type '(queryContext: QueryFunctionContext) => Promise<unknown>' is not assignable to type 'ApiUsers'.
tsc
Type '(queryContext: QueryFunctionContext) => Promise<unknown>' is not assignable to type 'ApiPosts'.
tsc
Expected 2 arguments, but got 1.
tsc
Property '$route' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, never>; ... 10 more ...; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...ar...'.
tsc
'"@/api"' has no exported member named 'apiForums'. Did you mean 'useApiForums'?
tsc
Property '$route' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{ readonly name: string; readonly uid: string; readonly displayName: string; readonly page: string; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, never>; ... 10 more ...; $watch<T extends string | ((...args: any) =...'.
tsc
Process completed with exit code 2.
eslint: fe/src/api/index.ts#L91
Async arrow function 'apiStatus' has no 'await' expression
eslint: fe/src/api/index.ts#L93
Async arrow function 'apiStatsForumsPostCount' has no 'await' expression
eslint: fe/src/api/index.ts#L95
Async arrow function 'apiUsers' has no 'await' expression
eslint: fe/src/api/index.ts#L97
Async arrow function 'apiPosts' has no 'await' expression
eslint: fe/src/components/Post/renderers/RendererTable.vue#L56
Using v-html on component may break component's content
eslint: fe/src/gtag.js#L1
Specify the rules you want to disable
eslint: fe/src/main.ts#L11
`bootstrap/dist/css/bootstrap.min.css` import should occur before import of `vue`
eslint: fe/src/stats.js#L1
Specify the rules you want to disable
eslint: fe/src/views/Post.vue#L92
Unsafe call of an `any` typed value
eslint: fe/src/views/Post.vue#L137
Unsafe assignment of an `any` value
eslint: fe/src/components/Post/renderers/RendererList.vue#L110
'v-html' directive can lead to XSS attack
eslint: fe/src/components/Post/renderers/RendererList.vue#L142
'v-html' directive can lead to XSS attack
eslint: fe/src/components/Post/renderers/RendererTable.vue#L56
'v-html' directive can lead to XSS attack
eslint: fe/src/components/Post/renderers/RendererTable.vue#L75
'v-html' directive can lead to XSS attack