feat: Add job to download captions #495
Annotations
1 error and 11 warnings
cypress
Process completed with exit code 1.
|
cypress
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
cypress
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
|
cypress
Enum.partition/2 is deprecated. Use Enum.split_with/2 instead
|
cypress
Enum.chunk/2 is deprecated. Use Enum.chunk_every/2 instead
|
cypress
String.lstrip/1 is deprecated. Use String.trim_leading/1 instead
|
cypress
String.to_char_list/1 is deprecated. Use String.to_charlist/1 instead
|
cypress
System.stacktrace/0 is deprecated, use __STACKTRACE__ instead
|
cypress
invalid type annotation. When using the | operator to represent the union of types, make sure to wrap type annotations in parentheses: {term, term} | state :: term
|
cypress
invalid type annotation. Type annotations cannot be nested: pdict :: {term, term} | state :: term
|
cypress
invalid type annotation. When using the | operator to represent the union of types, make sure to wrap type annotations in parentheses: {term, term} | state :: term
|
cypress
calling super for GenServer callback handle_info/2 is deprecated
|