add styler in test
Some checks failed
Elixir CI / Build and test (push) Failing after 2m30s
Elixir CI / Dialyzer (push) Failing after 5m39s
Elixir CI / Build and Push Docker Image (push) Has been skipped

This commit is contained in:
Graham McIntire 2026-07-27 13:13:10 -05:00
parent a52cb4cbd6
commit fe79561380
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -112,7 +112,7 @@ defmodule Aprsme.MixProject do
{:mix_test_watch, "~> 1.1", only: [:dev, :test]},
{:stream_data, "~> 1.3", only: [:dev, :test]},
{:mox, "~> 1.2", only: :test},
{:styler, "~> 1.10", only: :dev, runtime: false},
{:styler, "~> 1.10", only: [:dev, :test], runtime: false},
{:hammer, "~> 7.0"},
{:jump_credo_checks, "~> 0.4", only: [:dev, :test], runtime: false},
{:inet_cidr, "~> 1.0"}