Add embeds to the Textarea
#352
check.yml
on: push
lint typescript
34s
lint rust
1m 20s
Annotations
3 errors and 5 warnings
lint typescript:
src/components/Markdown.svelte#L87
Expected an assignment or function call and instead saw an expression
|
lint typescript
Process completed with exit code 1.
|
lint rust
Process completed with exit code 101.
|
lint typescript
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint typescript:
src/components/ExtendedTextarea.svelte#L61
'unlistenArray' is never reassigned. Use 'const' instead
|
lint typescript:
src/components/ExtendedTextarea.svelte#L167
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint typescript:
src/components/ExtendedTextarea.svelte#L169
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint rust
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|