Skip to content

Commit

Permalink
docs: contributing instructions (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: Mitchell Hanberg <[email protected]>
  • Loading branch information
iautom8things and mhanberg authored Jun 27, 2023
1 parent 820e655 commit 716f271
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,18 @@ Check: `Credo.Check.Readability.ModuleDoc`

Inject a `@moduledoc false` snippet into the module.

## Contributing

### Running tests

```sh
# setup the test project
$ (cd test/support/project && mix deps.get)

# run the tests
$ mix test
```

---

Built with [gen_lsp](https://github.com/mhanberg/gen_lsp)

0 comments on commit 716f271

Please sign in to comment.