feat: open graph validator #282
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.
|