Skip to content

Creative Cloud Test Scripts added #207

Creative Cloud Test Scripts added

Creative Cloud Test Scripts added #207

Triggered via pull request June 6, 2024 09:40
Status Failure
Total duration 28s
Artifacts

run-lint.yml

on: pull_request
Running eslint
18s
Running eslint
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 2 warnings
Running eslint: selectors/feds/feds.creativeCloudUnavSanity.page.js#L208
[eslint] reported by reviewdog 🐶 Empty block statement. Raw Output: {"ruleId":"no-empty","severity":2,"message":"Empty block statement.","line":208,"column":82,"nodeType":"BlockStatement","messageId":"unexpected","endLine":208,"endColumn":85,"suggestions":[{"messageId":"suggestComment","data":{"type":"block"},"fix":{"range":[12301,12302],"text":" /* empty */ "},"desc":"Add comment inside empty block statement."}]}
Running eslint: selectors/feds/feds.creativeCloudUnavSanity.page.js#L290
[eslint] reported by reviewdog 🐶 Empty block statement. Raw Output: {"ruleId":"no-empty","severity":2,"message":"Empty block statement.","line":290,"column":81,"nodeType":"BlockStatement","messageId":"unexpected","endLine":290,"endColumn":84,"suggestions":[{"messageId":"suggestComment","data":{"type":"block"},"fix":{"range":[16750,16751],"text":" /* empty */ "},"desc":"Add comment inside empty block statement."}]}
Running eslint: selectors/feds/feds.creativeCloudUnavSanity.page.js#L319
[eslint] reported by reviewdog 🐶 Empty block statement. Raw Output: {"ruleId":"no-empty","severity":2,"message":"Empty block statement.","line":319,"column":81,"nodeType":"BlockStatement","messageId":"unexpected","endLine":319,"endColumn":84,"suggestions":[{"messageId":"suggestComment","data":{"type":"block"},"fix":{"range":[17750,17751],"text":" /* empty */ "},"desc":"Add comment inside empty block statement."}]}
Running eslint: selectors/feds/feds.creativeCloudUnavSanity.page.js#L339
[eslint] reported by reviewdog 🐶 Empty block statement. Raw Output: {"ruleId":"no-empty","severity":2,"message":"Empty block statement.","line":339,"column":81,"nodeType":"BlockStatement","messageId":"unexpected","endLine":339,"endColumn":84,"suggestions":[{"messageId":"suggestComment","data":{"type":"block"},"fix":{"range":[18410,18411],"text":" /* empty */ "},"desc":"Add comment inside empty block statement."}]}
Running eslint: tests/feds/creativeCloudUnavSanity.test.js#L4
[eslint] reported by reviewdog 🐶 Unexpected use of file extension "json" for "../../features/feds/locales/creativeCloudUnav.json" Raw Output: {"ruleId":"import/extensions","severity":2,"message":"Unexpected use of file extension \"json\" for \"../../features/feds/locales/creativeCloudUnav.json\"","line":4,"column":31,"nodeType":"Literal","endLine":4,"endColumn":83}
Running eslint
Error running eslint.
Running eslint
Process completed with exit code 1.
Running eslint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, tj-actions/changed-files@v38. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Running eslint
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/