Skip to content

Use news parser

Use news parser #109

Triggered via pull request December 13, 2023 06:52
Status Success
Total duration 1m 19s
Artifacts

elixir.yml

on: pull_request
Build and test
1m 7s
Build and test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build and test
The following actions uses node12 which is deprecated and will be forced to run on node16: erlef/setup-beam@988e02bfe678367a02564f65ca2e37726dc0268f. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test
use Bitwise is deprecated. import Bitwise instead
Build and test: deps/poison/mix.exs#L4
String.strip/1 is deprecated. Use String.trim/1 instead
Build and test
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
Build and test
use Bitwise is deprecated. import Bitwise instead
Build and test
use Bitwise is deprecated. import Bitwise instead
Build and test
Integer.to_char_list/2 is deprecated. Use Integer.to_charlist/2 instead
Build and test
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
Build and test
Logger.warn/1 is deprecated. Use Logger.warning/2 instead