Skip to content

JSON Schema requirement fixes #242

JSON Schema requirement fixes

JSON Schema requirement fixes #242

Triggered via pull request October 21, 2024 16:22
Status Success
Total duration 51s
Artifacts

elixir.yml

on: pull_request
Build and test
39s
Build and test
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Build and test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. 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
use Bitwise is deprecated. import Bitwise instead
Build and test
Logger.default_formatter/1 is undefined or private
Build and test: lib/schema/json_schema.ex#L144
Enum.filter_map/3 is deprecated. Use Enum.filter/2 + Enum.map/2 or for comprehensions instead