Skip to content

Add more documentation #15

Add more documentation

Add more documentation #15

Triggered via push October 3, 2024 17:34
Status Failure
Total duration 1m 10s
Artifacts

main.yml

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

Annotations

5 errors and 7 warnings
Format and compile with warnings as errors
Process completed with exit code 1.
Test (Elixir 1.17.2 | Erlang/OTP 27): test/scheduler_test.exs#L11
test test_genserver_single (Tornex.Test.Scheduler)
Test (Elixir 1.17.2 | Erlang/OTP 27): test/scheduler_test.exs#L72
test test_genserver_new_bucket (Tornex.Test.Scheduler)
Test (Elixir 1.17.2 | Erlang/OTP 27): test/api_test.exs#L54
test ee_basic_user_requeset (Tornex.Test.API)
Test (Elixir 1.17.2 | Erlang/OTP 27)
Process completed with exit code 2.
Format and compile with warnings as errors
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2.3.1. 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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2.3.1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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.17.2 | Erlang/OTP 27)
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.17.2 | Erlang/OTP 27)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (Elixir 1.17.2 | Erlang/OTP 27)
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it