Skip to content

Commit 5986aa9

Browse files
committed
chore: Add missing reuse check
1 parent b1f7b84 commit 5986aa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.check.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# {:credo, "mix credo --format oneline"},
1717

1818
{:check_formatter, command: "mix spark.formatter --check"},
19+
{:reuse, command: ["pipx", "run", "reuse", "lint", "-q"]}
1920
## custom new tools may be added (mix tasks or arbitrary commands)
2021
# {:my_mix_task, command: "mix release", env: %{"MIX_ENV" => "prod"}},
2122
# {:my_arbitrary_tool, command: "npm test", cd: "assets"},

0 commit comments

Comments
 (0)