Skip to content

Commit

Permalink
run format as part of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
novaugust committed Dec 6, 2023
1 parent daf9270 commit 336a380
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ jobs:
- run: mix deps.get
- run: mix compile
- run: mix test
- run: mix format --check-formatted
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ defmodule Styler.MixProject do
start_permanent: Mix.env() == :prod,
elixirc_paths: elixirc_paths(Mix.env()),
deps: deps(),
aliases: [test: ["test", "format --check-formatted"]],

## Hex
package: package(),
Expand Down

0 comments on commit 336a380

Please sign in to comment.