We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 923eef6 commit 33b56ebCopy full SHA for 33b56eb
.github/workflows/ci.yml
@@ -38,9 +38,6 @@ jobs:
38
- name: credo
39
run: mix credo --strict
40
41
- - name: dialyzer
42
- run: mix dialyzer
43
-
44
- name: check format
45
run: mix format --check-formatted
46
mix.exs
@@ -21,10 +21,13 @@ defmodule WebPush.MixProject do
21
licenses: ["MIT"]
22
],
23
docs: [
24
- main: "WebPush",
+ main: "readme",
25
source_url: @source_url,
26
source_ref: "v#{@version}",
27
- extras: ["CHANGELOG.md"]
+ extras: ["README.md", "CHANGELOG.md"]
28
+ ],
29
+ dialyzer: [
30
+ plt_add_apps: [:mix]
31
]
32
33
end
0 commit comments