Skip to content

feat: open graph validator #282

feat: open graph validator

feat: open graph validator #282

Triggered via pull request December 1, 2024 14:23
Status Failure
Total duration 2m 49s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
typecheck
Type '{}' is missing the following properties from type 'Record<"og:title" | "og:description" | "og:site_name" | "og:url" | "og:image", string>': "og:title", "og:description", "og:site_name", "og:url", "og:image"
typecheck
Argument of type 'string' is not assignable to parameter of type '"og:title" | "og:description" | "og:site_name" | "og:url" | "og:image"'.
typecheck
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Record<"og:title" | "og:description" | "og:site_name" | "og:url" | "og:image", string>'.
typecheck
@ogstudio/dashboard#typecheck: command (/home/runner/work/ogstudio/ogstudio/apps/dashboard) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
typecheck
Process completed with exit code 2.
lint
@ogstudio/dashboard#lint: command (/home/runner/work/ogstudio/ogstudio/apps/dashboard) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint exited (1)
lint
Process completed with exit code 1.