Skip to content

Fix build crash

Fix build crash #13

Triggered via push January 11, 2024 01:09
Status Failure
Total duration 31s
Artifacts

eslint.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build (20.x): src/companion.ts#L127
Insert `,`
build (20.x): src/types.ts#L204
Replace `,` with `;`
build (20.x): src/webview/frontend/App.tsx#L98
Expected a 'break' statement before 'case'
build (20.x): src/webview/frontend/App.tsx#L367
Delete `················`
build (20.x): src/webview/frontend/App.tsx#L375
Replace `(<p>Submitting...</p>)` with `<p>Submitting...</p>`
build (20.x): src/webview/frontend/App.tsx#L376
Replace `whiteSpace:·"pre-line"}}>{stepikResult}` with `·whiteSpace:·'pre-line'·}}>⏎························{stepikResult}⏎····················`
build (20.x): src/webview/frontend/App.tsx#L502
Replace `(waitingForSubmit·&&·new·URL(problem.url).hostname·==·'codeforces.com')` with `waitingForSubmit·&&⏎················new·URL(problem.url).hostname·==·'codeforces.com'`
build (20.x): src/webview/frontend/App.tsx#L503
Replace `················` with `····················`
build (20.x): src/webview/frontend/App.tsx#L504
Replace `····················<span·className="loader"></span>·Waiting·for·extension` with `························<span·className="loader"></span>·Waiting·for·extension⏎·······················`
build (20.x): src/webview/frontend/App.tsx#L505
Insert `····`
build (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/