Skip to content

Create elixir.yml

Create elixir.yml #1

Triggered via push November 17, 2023 12:28
Status Failure
Total duration 33s
Artifacts

elixir.yml

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

Annotations

3 errors and 3 warnings
Build and test: test/parser_test.exs#L29
test parses complex sequents (ParserTest)
Build and test: test/parser_test.exs#L4
test parses a simple sequent (ParserTest)
Build and test
Process completed with exit code 2.
Build and test
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Build and test
use Bitwise is deprecated. import Bitwise instead
Build and test
Regex.regex?/1 is deprecated. Use Kernel.is_struct/2 or pattern match on %Regex{} instead