Skip to content

Commit

Permalink
Fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Apr 7, 2021
1 parent 523af04 commit c03128e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
]
Expand Down

0 comments on commit c03128e

Please sign in to comment.