Skip to content

Commit

Permalink
Support ghcid (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
toku-sa-n authored May 5, 2023
1 parent ea36be9 commit 5407f75
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ghcid
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
--command "stack repl hindent:lib hindent:test:hindent-test --main-is hindent:test:hindent-test"
--test ":main"
--restart=package.yaml
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ information on using pull requests.

This project follows
[Google's Open Source Community Guidelines](https://opensource.google/conduct/).

## ghcid

With [`ghcid`](https://github.com/ndmitchell/ghcid), you can run tests automatically on every code change. Just run `ghcid` on the project root on a terminal.

0 comments on commit 5407f75

Please sign in to comment.