chore(deps): update github/codeql-action digest to eb055d7 (#81) #272
ci.yml
on: push
Benchmark
2m 46s
Docs
18s
Format (Elixir)
11s
Lint (Actions)
6s
Lint (Alex)
20s
Lint (CSS)
10s
Lint (Credo)
12s
Lint (Docker)
3s
Lint (Doctor)
12s
Lint (Javascript)
12s
Lint (Markdown)
21s
Lint (Misspell)
13s
Lint (Shellcheck)
5s
Lint (shfmt)
8s
Lint (Yaml)
15s
Sobelow
26s
Test
1m 55s
Annotations
9 warnings
Docs
giving a binary to :assets is deprecated, please give a map from source to target instead
|
Docs
giving a binary to :assets is deprecated, please give a map from source to target instead
|
Test
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
Test
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
|
Test
5..1 has a default step of -1, please write 5..1//-1 instead
|
Benchmark
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
Benchmark
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
|
Benchmark
5..1 has a default step of -1, please write 5..1//-1 instead
|
Benchmark
using map.field notation (without parentheses) to invoke function Benchee.Conversion.Memory.base_unit() is deprecated, you must add parentheses instead: remote.function()
|