Skip to content

Adds type and lint checks to CI #7

Adds type and lint checks to CI

Adds type and lint checks to CI #7

Triggered via pull request September 27, 2024 14:31
Status Failure
Total duration 52s
Artifacts

static_checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 warning
lint: src/ui/layout/table-of-contents.tsx#L12
'ChildSection' is defined but never used. Allowed unused vars must match /^_/u
lint
Process completed with exit code 1.
typecheck: app.config.ts#L16
Cannot find module './.solid/tree' or its corresponding type declarations.
typecheck: app.config.ts#L17
Cannot find module './.solid/flat-entries' or its corresponding type declarations.
typecheck: app.config.ts#L18
Cannot find module './.solid/solid-start-flat-entries' or its corresponding type declarations.
typecheck: app.config.ts#L19
Cannot find module './.solid/solid-router-flat-entries' or its corresponding type declarations.
typecheck: app.config.ts#L20
Cannot find module './.solid/solid-meta-flat-entries' or its corresponding type declarations.
typecheck: app.config.ts#L21
Cannot find module './.solid/solid-router-tree' or its corresponding type declarations.
typecheck: app.config.ts#L22
Cannot find module './.solid/solid-start-tree' or its corresponding type declarations.
typecheck: app.config.ts#L23
Cannot find module './.solid/solid-meta-tree' or its corresponding type declarations.
typecheck: src/ui/docs-layout.tsx#L24
Parameter 'element' implicitly has an 'any' type.
typecheck
Process completed with exit code 2.
setup
Cache save failed.