Skip to content

Major release 1.0.0 #78

Major release 1.0.0

Major release 1.0.0 #78

Triggered via pull request December 19, 2023 17:56
Status Success
Total duration 32s
Artifacts

main.yml

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

Annotations

11 warnings
Test (Elixir 1.14.5, OTP 25.3): lib/workos/user_management/user.ex#L1
@behaviour WorkOS.Castable does not exist (in module WorkOS.UserManagement.User)
Test (Elixir 1.14.5, OTP 25.3): lib/workos/user_management/reset_password.ex#L1
@behaviour WorkOS.Castable does not exist (in module WorkOS.UserManagement.ResetPassword)
Test (Elixir 1.14.5, OTP 25.3): lib/workos/user_management/multi_factor/totp.ex#L1
@behaviour WorkOS.Castable does not exist (in module WorkOS.UserManagement.MultiFactor.TOTP)
Test (Elixir 1.14.5, OTP 25.3): lib/workos/user_management/organization_membership.ex#L1
@behaviour WorkOS.Castable does not exist (in module WorkOS.UserManagement.OrganizationMembership)
Test (Elixir 1.14.5, OTP 25.3): lib/workos/user_management/reset_password.ex#L22
got "@impl true" for function cast/1 but no behaviour specifies such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
Test (Elixir 1.14.5, OTP 25.3): lib/workos/user_management/multi_factor/totp.ex#L32
got "@impl true" for function cast/1 but no behaviour specifies such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
Test (Elixir 1.14.5, OTP 25.3): lib/workos/user_management/user.ex#L36
got "@impl true" for function cast/1 but no behaviour specifies such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
Test (Elixir 1.14.5, OTP 25.3): lib/workos/user_management/organization_membership.ex#L32
got "@impl true" for function cast/1 but no behaviour specifies such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
Test (Elixir 1.14.5, OTP 25.3): lib/workos/user_management/multi_factor/sms.ex#L1
@behaviour WorkOS.Castable does not exist (in module WorkOS.UserManagement.MultiFactor.SMS)
Test (Elixir 1.14.5, OTP 25.3): lib/workos/user_management/multi_factor/sms.ex#L20
got "@impl true" for function cast/1 but no behaviour specifies such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
Test (Elixir 1.15, OTP 26.0): test/workos/mfa_test.exs#L20
WorkOS.MFA.enroll_factor/1 is deprecated. MFA has been replaced by the User Management Multi-Factor API.