Skip to content

Add inline styles for legacy subtitles container #317

Add inline styles for legacy subtitles container

Add inline styles for legacy subtitles container #317

Triggered via pull request July 23, 2024 13:56
Status Failure
Total duration 1m 7s
Artifacts

pull-requests.yml

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

Annotations

10 errors and 1 warning
build (16.x): src/subtitles/legacysubtitles.js#L22
'responseText' is defined but never used. Allowed unused args must match /^_/u
build (16.x): src/subtitles/legacysubtitles.js#L22
'status' is defined but never used. Allowed unused args must match /^_/u
build (16.x): src/subtitles/legacysubtitles.js#L23
Unexpected negated condition
build (16.x): src/subtitles/legacysubtitles.js#L26
Remove this redundant jump
build (16.x): src/subtitles/legacysubtitles.js#L26
Unnecessary return statement
build (16.x): src/subtitles/legacysubtitles.js#L27
Unnecessary 'else' after 'return'
build (16.x): src/subtitles/legacysubtitles.js#L35
Unexpected string concatenation
build (16.x): src/subtitles/legacysubtitles.js#L93
Do not access Object.prototype method 'hasOwnProperty' from target object
build (16.x): src/subtitles/legacysubtitles.js#L110
Expected property shorthand
build (16.x): src/subtitles/legacysubtitles.js#L111
Expected property shorthand
build (16.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/