Update actions.yml #1
actions.yml
on: push
lint-and-check-formatting
31s
build
27s
run-tests
28s
run-typecheck
25s
Annotations
5 errors
run-typecheck:
src/compiler/DataviewCompiler.ts#L120
Type 'Record<string, Literal> | undefined' is not assignable to type 'Literal'.
|
run-typecheck:
src/compiler/DataviewCompiler.ts#L126
No overload matches this call.
|
run-typecheck:
src/compiler/DataviewCompiler.ts#L229
Type 'Record<string, Literal> | undefined' is not assignable to type 'Literal'.
|
run-typecheck
Process completed with exit code 2.
|
run-tests
Process completed with exit code 1.
|