Skip to content

Commit

Permalink
Mention make dependencies in the contributor guide (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanposhiho authored Mar 6, 2024
1 parent 09e8828 commit 8f07512
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/contributor-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ licensed under [MIT License](https://github.com/zoetrope/test-controller/blob/39

### Linters

First, make sure you have a necessary tool in your local machine.

```shell
make dependencies
```

The following command runs all enabled linters.

```shell
Expand Down

0 comments on commit 8f07512

Please sign in to comment.