Very rough preperatory work for dealing with bindings #16
check.yaml
on: push
Check types and formatting
15s
Annotations
3 errors and 1 warning
Check types and formatting:
src/semantics/render.ts#L241
Type '{ ji: string; suq: string; nhao: string; suna: string; nhana: string; umo: string; ime: string; suo: string; ama: string; agent: string; she: string; ao: string; real_world: string; inertia_worlds: string; temporal_trace: string; expected_start: string; expected_end: string; speech_time: string; }' is missing the following properties from type 'Record<"ji" | "suq" | "nhao" | "suna" | "nhana" | "umo" | "ime" | "suo" | "ama" | "agent" | "she" | "ao" | "animate" | "inanimate" | "abstract" | "real_world" | "inertia_worlds" | "temporal_trace" | "expected_start" | "expected_end" | "speech_time", string>': animate, inanimate, abstract
|
Check types and formatting:
src/semantics/render.ts#L300
Type '{ ji: string; suq: string; nhao: string; suna: string; nhana: string; umo: string; ime: string; suo: string; ama: string; agent: string; she: string; ao: string; real_world: string; inertia_worlds: string; temporal_trace: string; expected_start: string; expected_end: string; speech_time: string; }' is missing the following properties from type 'Record<"ji" | "suq" | "nhao" | "suna" | "nhana" | "umo" | "ime" | "suo" | "ama" | "agent" | "she" | "ao" | "animate" | "inanimate" | "abstract" | "real_world" | "inertia_worlds" | "temporal_trace" | "expected_start" | "expected_end" | "speech_time", string>': animate, inanimate, abstract
|
Check types and formatting
Process completed with exit code 2.
|
Check types and formatting
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|