Skip to content

chore: split Elixir tasks #5

chore: split Elixir tasks

chore: split Elixir tasks #5

Triggered via pull request June 27, 2024 22:10
Status Failure
Total duration 11m 20s
Artifacts

elixir.yml

on: pull_request
Fetch deps
21s
Fetch deps
Compile project in development
8m 20s
Compile project in development
Compile project in development
6m 0s
Compile project in development
Formatting checks
14s
Formatting checks
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 37 warnings
Run tests
Process completed with exit code 1.
Dialyze
Process completed with exit code 3.
Fetch deps
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Formatting checks
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Compile project in development
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Compile project in development
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
Compile project in development
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
Compile project in development
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
Compile project in development
0..-2 has a default step of -1, please write 0..-2//-1 instead
Compile project in development
0..-3 has a default step of -1, please write 0..-3//-1 instead
Compile project in development
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Compile project in development
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
Compile project in development
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
Compile project in development
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
Compile project in development
0..-2 has a default step of -1, please write 0..-2//-1 instead
Compile project in development
0..-3 has a default step of -1, please write 0..-3//-1 instead
Run tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
Run tests
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
Run tests
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
Run tests
0..-2 has a default step of -1, please write 0..-2//-1 instead
Run tests
0..-3 has a default step of -1, please write 0..-3//-1 instead
Dialyze
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Dialyze
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
Dialyze
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
Dialyze
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
Dialyze
0..-2 has a default step of -1, please write 0..-2//-1 instead
Dialyze
0..-3 has a default step of -1, please write 0..-3//-1 instead
Code style
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Code style
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
Code style
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
Code style
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
Code style
0..-2 has a default step of -1, please write 0..-2//-1 instead
Code style
0..-3 has a default step of -1, please write 0..-3//-1 instead
Code style: test/support/cluster.ex#L24
Numbers larger than 9999 should be written with underscores: 10_201
Code style: test/support/fixtures/single_connection.ex#L1
Modules should have a @moduledoc tag.
Code style: lib/supavisor/protocol/client.ex#L1
Modules should have a @moduledoc tag.
Code style: lib/supavisor/tenants/cluster_tenants.ex#L1
Modules should have a @moduledoc tag.
Code style: lib/supavisor/tenants/cluster.ex#L1
Modules should have a @moduledoc tag.