Skip to content

updated docker workflow config #1

updated docker workflow config

updated docker workflow config #1

Triggered via push August 9, 2024 15:16
Status Failure
Total duration 30s
Artifacts

code.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: src/routes/draftjs.js#L16
Replace `.map((block)·=>·convertFromDraftJS(block.text))` with `⏎····.map((block)·=>·convertFromDraftJS(block.text))⏎····`
build: src/routes/draftjs.js#L23
Replace `(html[0]·===·"<")·?·html·:·`<p>${html}</p>`,·converter` with `⏎········html[0]·===·'<'·?·html·:·`<p>${html}</p>`,⏎········converter,⏎······`
build: src/routes/draftjs.test.js#L1
Delete `⏎`
build: src/routes/draftjs.test.js#L9
Replace `"@type":·"text"` with `'@type':·'text'`
build: src/routes/draftjs.test.js#L10
Replace `"text"` with `text`
build: src/routes/draftjs.test.js#L11
Replace `"blocks"` with `blocks`
build: src/routes/draftjs.test.js#L13
Replace `"key":·"2eesh"` with `key:·'2eesh'`
build: src/routes/draftjs.test.js#L14
Replace `"text":·"Would·you·like·to·help·with·this·effort?"` with `text:·'Would·you·like·to·help·with·this·effort?'`
build: src/routes/draftjs.test.js#L15
Replace `"type":·"header-two"` with `type:·'header-two'`
build: src/routes/draftjs.test.js#L16
Replace `"depth"` with `depth`
build
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/