Bugfix/enable usage of runtime.exs to configure #96
Annotations
4 warnings
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/
|
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/
|
Run Tests:
test/at_ex/gateway/Sms/premium_subscriptions_test.exs#L143
variable "message" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run Tests:
test/at_ex/gateway/Sms/premium_subscriptions_test.exs#L146
variable "message" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
|
Loading