Compare commits

..

1 Commits

Author SHA1 Message Date
Joao P Dubas
9dce98ca81 chore: add lint step
All checks were successful
continuous-integration/drone/pr Build is passing
In this step we check:

1. format
2. credo
3. dialyzer
2022-04-24 14:14:46 +00:00

View File

@ -46,7 +46,7 @@ steps:
image: 'elixir:1.13.4'
commands:
- mix do local.rebar --force, local.hex --force, deps.get, deps.compile
- make statis_code_analysis
- make static_code_analysis
- name: rebuild cache
image: 'meltwater/drone-cache:v1.3.0'