diff --git a/.drone.yml b/.drone.yml index d36e91a..3f98f56 100644 --- a/.drone.yml +++ b/.drone.yml @@ -119,7 +119,7 @@ steps: - mix hex.audit - mix deps.audit - mix deps.unlock --check-unused - - mix hex.outdated + # - mix hex.outdated - name: format check image: 'elixir:1.15.6-slim'