Skip to content

Commit ec227f7

Browse files
committed
More explicit credo command in CI
1 parent 9a6999e commit ec227f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/elixir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
- name: Run tests
3535
run: mix test
3636
- name: Run static analytics
37-
run: mix credo --all --strict
37+
run: mix credo suggest --all --strict

0 commit comments

Comments
 (0)