Skip to content

fix syntax

fix syntax #106

Triggered via push June 3, 2024 06:18
Status Failure
Total duration 1m 21s
Artifacts

main.yml

on: push
Format and compile with warnings as errors
37s
Format and compile with warnings as errors
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 14 warnings
Test (Elixir 1.14.1 | Erlang/OTP 25.1): test/httpoison_test.exs#L413
test ssl config tests expired certificate (HTTPoisonTest)
Test (Elixir 1.14.1 | Erlang/OTP 25.1): test/httpoison_test.exs#L497
test ssl config tests invalid common name (HTTPoisonTest)
Test (Elixir 1.14.1 | Erlang/OTP 25.1)
Process completed with exit code 2.
Format and compile with warnings as errors
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Format and compile with warnings as errors
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Format and compile with warnings as errors
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Format and compile with warnings as errors
Mix.Project.compile/1 is deprecated. Use Mix.Task.run("compile", args) instead
Format and compile with warnings as errors
Mix.Project.compile/1 is deprecated. Use Mix.Task.run("compile", args) instead
Format and compile with warnings as errors
The `save-state` 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/
Format and compile with warnings as errors
The `save-state` 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/
Test (Elixir 1.14.1 | Erlang/OTP 25.1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (Elixir 1.14.1 | Erlang/OTP 25.1)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (Elixir 1.14.1 | Erlang/OTP 25.1)
use Bitwise is deprecated. import Bitwise instead
Test (Elixir 1.14.1 | Erlang/OTP 25.1)
Mix.Project.compile/1 is deprecated. Use Mix.Task.run("compile", args) instead
Test (Elixir 1.14.1 | Erlang/OTP 25.1)
Mix.Project.compile/1 is deprecated. Use Mix.Task.run("compile", args) instead
Test (Elixir 1.14.1 | Erlang/OTP 25.1)
Supervisor.Spec.supervise/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
Test (Elixir 1.14.1 | Erlang/OTP 25.1)
Code.ensure_compiled?/1 is deprecated. Use Code.ensure_compiled/1 instead (see the proper disclaimers in its docs)