diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 478bc88..097d639 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -53,7 +53,7 @@ jobs: run: mix format --check-formatted lint: runs-on: ubuntu-latest - name: Format + name: Lint steps: - uses: actions/checkout@v2 - name: Set up Elixir diff --git a/mix.exs b/mix.exs index 48f6984..934de4f 100644 --- a/mix.exs +++ b/mix.exs @@ -14,8 +14,7 @@ defmodule EctoMaterializedPath.Mixfile do start_permanent: Mix.env() == :prod, source_url: @project_url, homepage_url: @project_url, - description: - "Tree structure & hierarchy for ecto models. Uses the materialized path pattern", + description: "Tree structure & hierarchy for ecto models. Uses the materialized path pattern", package: package(), deps: deps() ]