Skip to content

refactor(directus module) add error handling #71

refactor(directus module) add error handling

refactor(directus module) add error handling #71

Triggered via pull request July 18, 2024 15:26
Status Failure
Total duration 1m 32s
Artifacts

typecheck.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Typecheck: app.vue#L10
Property 'title' does not exist on type '{}'.
Typecheck: app.vue#L11
Property 'logo_on_light_bg' does not exist on type '{}'.
Typecheck: app.vue#L11
Property 'logo_on_light_bg' does not exist on type '{}'.
Typecheck: app.vue#L13
Property 'social_links' does not exist on type '{}'.
Typecheck: app.vue#L14
Parameter 'link' implicitly has an 'any' type.
Typecheck: components/base/UForm.vue#L3
Cannot find module '@nuxt/ui/dist/runtime/types' or its corresponding type declarations.
Typecheck: components/blocks/Faqs.vue#L2
Cannot find module '@nuxt/ui/dist/runtime/types' or its corresponding type declarations.
Typecheck: components/Logo.vue#L5
'appConfig.globals' is of type 'unknown'.
Typecheck: components/Motionable.vue#L2
Could not find a declaration file for module '@vueuse/motion'. '/home/runner/work/agency-os/agency-os/node_modules/.pnpm/@vueuse+motion@2.0.0_vue@3.4.32/node_modules/@vueuse/motion/dist/index.mjs' implicitly has an 'any' type.
Typecheck
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/