Skip to content

Commit 231229a

Browse files
committed
remove credo
1 parent e6cf146 commit 231229a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/elixir.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
- name: Format
2828
run: docker exec web mix format --check-formatted
2929

30-
- name: Credo
31-
run: docker exec web mix credo --strict
32-
3330
- name: Test
3431
run: docker exec web mix test
3532

mix.exs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ defmodule CodeComparison.MixProject do
3434
{:gettext, "~> 0.11"},
3535
{:jason, "~> 1.0"},
3636
{:plug_cowboy, "~> 2.0"},
37-
{:credo, "~> 1.5", only: [:dev, :test], runtime: false},
3837
{:tesla, "~> 1.4.1"},
3938
{:mox, "~> 1.0", only: :test}
4039
]

0 commit comments

Comments
 (0)