feat: Add job to download captions #525
Annotations
2 errors and 11 warnings
lint
Process completed with exit code 1.
|
test
Process completed with exit code 1.
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
test
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
|
test
Enum.partition/2 is deprecated. Use Enum.split_with/2 instead
|
test
Enum.chunk/2 is deprecated. Use Enum.chunk_every/2 instead
|
test
String.lstrip/1 is deprecated. Use String.trim_leading/1 instead
|
test
String.to_char_list/1 is deprecated. Use String.to_charlist/1 instead
|
test
System.stacktrace/0 is deprecated, use __STACKTRACE__ instead
|
test
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
|
test
invalid type annotation. Type annotations cannot be nested: pdict :: {term, term} | state :: term
|
test
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
|
test
calling super for GenServer callback handle_info/2 is deprecated
|