Skip to content

Dialyzer

Dialyzer #477

Triggered via schedule August 31, 2023 01:59
Status Success
Total duration 7m 17s
Artifacts

dialyzer.yml

on: schedule
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
OTP 26.0.2 / Elixir 1.15.4
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/
OTP 26.0.2 / Elixir 1.15.4
Kernel.ParallelRequire.files/1 is deprecated. Use Kernel.ParallelCompiler.require/2 instead
OTP 26.0.2 / Elixir 1.15.4
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
OTP 26.0.2 / Elixir 1.15.4
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead