chore: sync files with beam-community/common-config #171
ci.yml
on: pull_request
Build and test
36s
Run Dialyzer for type checking
30s
Annotations
1 error and 15 warnings
Build and test
Process completed with exit code 12.
|
Run Dialyzer for type checking
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run Dialyzer for type checking
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/cache@v2, erlef/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run Dialyzer for type checking
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build and test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build and test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, erlef/[email protected], actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build and test:
lib/avro_ex/encode.ex#L304
Use a pipeline when there are nested function calls
|
Build and test:
lib/avro_ex/encode.ex#L298
Use a pipeline when there are nested function calls
|
Build and test:
test/encode_test.exs#L388
Use a pipeline when there are nested function calls
|
Build and test:
lib/avro_ex/encode.ex#L19
Prefer using an implicit `try` rather than explicit `try`.
|
Build and test:
lib/avro_ex/decode.ex#L18
Prefer using an implicit `try` rather than explicit `try`.
|
Build and test:
lib/avro_ex.ex#L66
Prefer using an implicit `try` rather than explicit `try`.
|
Build and test:
lib/avro_ex/schema/parser.ex#L60
module attribute must appear before private function
|
Build and test:
lib/avro_ex/schema/parser.ex#L26
module attribute must appear before public function
|
Build and test:
lib/avro_ex/schema.ex#L44
module attribute must appear before public function
|
Build and test:
lib/avro_ex/schema.ex#L4
Unnecessary alias expansion for Schema, consider removing braces.
|