Skip to content

Merge pull request #58 from ibanity/log-api-schema-request-errors #157

Merge pull request #58 from ibanity/log-api-schema-request-errors

Merge pull request #58 from ibanity/log-api-schema-request-errors #157

Triggered via push March 21, 2024 10:03
Status Success
Total duration 1m 4s
Artifacts

ci.yml

on: push
Matrix: Build and test
Fit to window
Zoom out
Zoom in

Annotations

28 warnings
Build and test (26.1.2, 1.15.6)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build and test (26.1.2, 1.15.6)
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 (26.1.2, 1.15.6): config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/config.exs#L5
Mix.Config.import_config/1 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/dev.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/dev.exs#L3
Mix.Config.config/3 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/dev.exs#L14
Mix.Config.config/3 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/dev.exs#L15
Mix.Config.config/3 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/config.exs#L5
Mix.Config.import_config/1 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/dev.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/dev.exs#L3
Mix.Config.config/3 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/config.exs#L5
Mix.Config.import_config/1 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/dev.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/dev.exs#L3
Mix.Config.config/3 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/dev.exs#L14
Mix.Config.config/3 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/dev.exs#L15
Mix.Config.config/3 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/config.exs#L5
Mix.Config.import_config/1 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/test.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/test.exs#L3
Mix.Config.config/3 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/test.exs#L7
Mix.Config.config/3 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/test.exs#L8
Mix.Config.config/3 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6)
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
Build and test (26.1.2, 1.15.6)
use Bitwise is deprecated. import Bitwise instead
Build and test (26.1.2, 1.15.6)
use Bitwise is deprecated. import Bitwise instead
Build and test (26.1.2, 1.15.6)
Enum.chunk/2 is deprecated. Use Enum.chunk_every/2 instead