mirror of
https://github.com/amineo/t2_server_query_elixir.git
synced 2026-01-19 18:14:44 +00:00
ci: run dialyzer
This commit is contained in:
parent
7392039071
commit
0c88b68068
2
.github/workflows/elixir.yml
vendored
2
.github/workflows/elixir.yml
vendored
|
|
@ -29,5 +29,7 @@ jobs:
|
|||
run: mix deps.get
|
||||
- name: Run tests
|
||||
run: mix test
|
||||
- name: Static Code Analysis - Dialyzer
|
||||
run: mix dialyzer
|
||||
- name: Static Code Analysis - Credo
|
||||
run: mix credo
|
||||
|
|
|
|||
Loading…
Reference in a new issue