Skip to content

Commit 5e4204d

Browse files
Add Run tests and Run linter instructions to the README.md
1 parent 29ab2f8 commit 5e4204d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,15 @@ Run `docker-compose.yml`:
6060
```shell
6161
docker compose up
6262
```
63+
64+
## Run tests
65+
66+
```shell
67+
make test
68+
```
69+
70+
## Run linter
71+
72+
```shell
73+
make lint
74+
```

0 commit comments

Comments
 (0)