Skip to content

Update README.md (add demo video) #117

Update README.md (add demo video)

Update README.md (add demo video) #117

Triggered via push December 29, 2023 17:12
Status Failure
Total duration 1h 23m 44s
Artifacts

main.yml

on: push
Build, lint, and test  /  Prepare
1m 42s
Build, lint, and test / Prepare
Check workflows
5s
Check workflows
Build, lint, and test  /  Lint
1h 21m
Build, lint, and test / Lint
Build, lint, and test  /  Build
1m 11s
Build, lint, and test / Build
Build, lint, and test  /  End-to-end Test
0s
Build, lint, and test / End-to-end Test
All jobs completed
0s
All jobs completed
All jobs pass
0s
All jobs pass
Fit to window
Zoom out
Zoom in

Annotations

12 errors
Build, lint, and test / Build
Process completed with exit code 1.
Build, lint, and test / Lint: packages/site/src/components/Chart.tsx#L3
'@mui/x-charts' should be listed in the project's dependencies. Run 'npm i -S @mui/x-charts' to add it
Build, lint, and test / Lint: packages/site/src/components/Chart.tsx#L3
`@mui/x-charts/LineChart` import should occur before import of `react`
Build, lint, and test / Lint: packages/site/src/components/Chart.tsx#L4
'@mui/material' should be listed in the project's dependencies. Run 'npm i -S @mui/material' to add it
Build, lint, and test / Lint: packages/site/src/components/Chart.tsx#L4
`@mui/material/Box` import should occur before import of `react`
Build, lint, and test / Lint: packages/site/src/components/Chart.tsx#L7
Replace `⏎····const·xAxisData·=·Object.keys(data).map((key)·=>·parseInt(key.replace('price_',·''))` with `··const·xAxisData·=·Object.keys(data).map((key)·=>⏎····parseInt(key.replace('price_',·'')),⏎··`
Build, lint, and test / Lint: packages/site/src/components/Chart.tsx#L13
Replace `····<Box·sx={{·backgroundColor:·'white',·p:·2,·borderRadius:·8,·borderColor:·'black',·border:·2,··marginTop:·'2·rem'·}}>` with `<Box⏎······sx={{⏎········backgroundColor:·'white',⏎········p:·2,⏎········borderRadius:·8,⏎········borderColor:·'black',⏎········border:·2,⏎········marginTop:·'2·rem',⏎······}}`
All jobs pass
Process completed with exit code 1.