mirror of
https://github.com/amineo/t2_server_query_elixir.git
synced 2026-07-10 14:04:37 +00:00
* [workflow] Add step to run credo
This commit is contained in:
parent
987783e40d
commit
335d9dc83c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/elixir.yml
vendored
2
.github/workflows/elixir.yml
vendored
|
|
@ -29,3 +29,5 @@ jobs:
|
||||||
run: mix deps.get
|
run: mix deps.get
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: mix test
|
run: mix test
|
||||||
|
- name: Static Code Analysis - Credo
|
||||||
|
run: mix credo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue