Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

chore: add credo, dialyzer and basic GitHub Actions CI checks [Fixes #27] #5

chore: add credo, dialyzer and basic GitHub Actions CI checks [Fixes #27]

chore: add credo, dialyzer and basic GitHub Actions CI checks [Fixes #27] #5

Triggered via pull request September 20, 2023 03:10
Status Success
Total duration 3m 21s
Artifacts

elixir-build-and-test.yaml

on: pull_request
Matrix: Compile with No Warnings, Migrate, and Run Tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Compile with No Warnings, Migrate, and Run Tests (26.0.2, 1.15.5)
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
Compile with No Warnings, Migrate, and Run Tests (26.0.2, 1.15.5)
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
Compile with No Warnings, Migrate, and Run Tests (26.0.2, 1.15.5)
<|> is deprecated. Use another pipe-like operator
Compile with No Warnings, Migrate, and Run Tests (26.0.2, 1.15.5)
<|> is deprecated. Use another pipe-like operator
Compile with No Warnings, Migrate, and Run Tests (26.0.2, 1.15.5)
<|> is deprecated. Use another pipe-like operator
Compile with No Warnings, Migrate, and Run Tests (26.0.2, 1.15.5)
<|> is deprecated. Use another pipe-like operator
Compile with No Warnings, Migrate, and Run Tests (26.0.2, 1.15.5)
<|> is deprecated. Use another pipe-like operator
Compile with No Warnings, Migrate, and Run Tests (26.0.2, 1.15.5)
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
Compile with No Warnings, Migrate, and Run Tests (26.0.2, 1.15.5)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Compile with No Warnings, Migrate, and Run Tests (26.0.2, 1.15.5)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead