fix: correctly divide amounts among peers #62
pull_request.yml
on: pull_request
validate
/
Validate code
1m 57s
validate
/
Build and test
2m 9s
validate
/
Validate Dockerfile
3s
Annotations
1 error and 9 warnings
validate / Validate code
Process completed with exit code 2.
|
validate / Validate Dockerfile
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, dorny/paths-filter@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
validate / Validate code
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
validate / Validate code
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
unused_fun:
lib/app/balance.ex#L158
Function adjust_balance_from_peers/4 will never be called.
|
unused_fun:
lib/app/balance.ex#L194
Function adjustment_amount/3 will never be called.
|
validate / Validate code
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, erlef/setup-beam@3ba5b86a2a6916f8cb0e64dcca30a56732a34bdf, actions/cache@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
validate / Build and test
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
validate / Build and test
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
validate / Build and test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, erlef/setup-beam@3ba5b86a2a6916f8cb0e64dcca30a56732a34bdf, actions/cache@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|