Skip to content

Commit

Permalink
Minor update on CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chulkilee committed Jan 20, 2021
1 parent ef5e26b commit 010323d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

## Code formatting

Run `mix format` from the master branch of [elixir](https://github.com/elixir-lang/elixir).
Run `mix format` and `mix credo`.

## Running tests

```sh
mix test
```

## Building docs

```sh
Expand Down

0 comments on commit 010323d

Please sign in to comment.