Skip to content

More parsing

More parsing #115

Triggered via pull request December 13, 2023 09:59
Status Success
Total duration 1m 13s
Artifacts

elixir.yml

on: pull_request
Build and test
1m 1s
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