updated docker workflow config #1
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#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/
|