Skip to content

support arity 3 cast functions #103

support arity 3 cast functions

support arity 3 cast functions #103

Re-run triggered June 3, 2023 16:27
Status Success
Total duration 41s
Artifacts

ci.yml

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

Annotations

11 warnings
test (1.10, 21)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
test (1.10, 21)
System.stacktrace/0 outside of rescue/catch clauses is deprecated. If you want to support only Elixir v1.7+, you must access __STACKTRACE__ inside a rescue/catch. If you want to support earlier Elixir versions, move System.stacktrace/0 inside a rescue/catch
test (1.10, 21)
MIME.valid?/1 is deprecated. Use MIME.extensions(type) != [] instead
test (1.14, 25, lint)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
test (1.14, 25, lint)
use Bitwise is deprecated. import Bitwise instead
test (1.14, 25, lint)
use Bitwise is deprecated. import Bitwise instead
test (1.14, 25, lint)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
test (1.14, 25, lint)
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
test (1.14, 25, lint)
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
test (1.14, 25, lint)
MIME.valid?/1 is deprecated. Use MIME.extensions(type) != [] instead
test (1.14, 25, lint)
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead