Run Dialyzer in CI

This commit is contained in:
Marcel Otto 2020-06-22 01:44:57 +02:00
commit f70ce5f8aa
4 changed files with 17 additions and 0 deletions

4
.gitignore vendored
View file

@ -16,4 +16,8 @@ erl_crash.dump
# Also ignore archive artifacts (built via "mix archive.build").
*.ez
# Dialyzer
/priv/plts/*.plt
/priv/plts/*.plt.hash
.tool-versions*