From c03128edc75b0b65e97ee9c63786fab1dd5832da Mon Sep 17 00:00:00 2001 From: Niko Strijbol Date: Wed, 7 Apr 2021 23:05:43 +0200 Subject: [PATCH] Fix bugs --- .github/workflows/elixir.yml | 2 +- mix.exs | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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() ]