Run doctest before commits
This commit is contained in:
parent
a102423515
commit
9876e488c4
1 changed files with 6 additions and 0 deletions
|
|
@ -48,6 +48,12 @@
|
|||
fourmolu.enable = true;
|
||||
hpack.enable = true;
|
||||
hlint.enable = true;
|
||||
doctest = {
|
||||
enable = true;
|
||||
name = "Run documentation tests";
|
||||
entry = "doctest";
|
||||
files = "\\.l?hs$";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue