Skip to content

docs:update

docs:update #495

Triggered via push August 12, 2024 13:46
Status Failure
Total duration 1m 11s
Artifacts

ci.yml

on: push
type-check
13s
type-check
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
type-check: examples/scene1.ts#L9
Expected 4 arguments, but got 3.
type-check: mods/mod-chart/src/widgets/barChart.ts#L139
The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
type-check: mods/mod-chart/src/widgets/barChart.ts#L168
The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
type-check: mods/mod-chart/src/widgets/barChart.ts#L201
Type 'number' is not assignable to type 'Ref<number>'.
type-check: mods/mod-chart/src/widgets/barChart.ts#L201
The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
type-check: mods/mod-chart/src/widgets/barChart.ts#L209
Type 'number' is not assignable to type 'Ref<number>'.
type-check: mods/mod-chart/src/widgets/barChart.ts#L209
The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
type-check: mods/mod-chart/src/widgets/baseSimpleChart.ts#L57
Property 'style' in type 'BaseSimpleChart' is not assignable to the same property in base type 'BaseChart'.
type-check: mods/mod-chart/src/widgets/chartLayout.ts#L104
Property 'style' in type 'ChartLayout' is not assignable to the same property in base type 'BaseChart'.
type-check: mods/mod-chart/src/widgets/chartLayout.ts#L367
Property 'value' is missing in type 'number[]' but required in type 'Ref<[number, number]>'.
type-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
type-check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/