mirror of
https://github.com/amineo/t2_server_query_elixir.git
synced 2026-01-19 18:14:44 +00:00
* [workflow] Add step to run credo
This commit is contained in:
parent
987783e40d
commit
6084d22371
2
.github/workflows/elixir.yml
vendored
2
.github/workflows/elixir.yml
vendored
|
|
@ -29,3 +29,5 @@ jobs:
|
|||
run: mix deps.get
|
||||
- name: Run tests
|
||||
run: mix test
|
||||
- name: Static Code Analysis - Credo
|
||||
run: mix credo
|
||||
|
|
|
|||
Loading…
Reference in a new issue