Readme cleanup
All checks were successful
Run code tests / Run-code-test (push) Successful in 1m1s

This commit is contained in:
Chicory ☕ 2024-08-05 15:05:42 +03:00
parent 95a84bc2f6
commit 42a0f0c653
Signed by: chicory
GPG Key ID: AC95A793F70BEDCD

View File

@ -15,11 +15,6 @@ make install
make code-style-fix
```
### Сode style fixer
```bash
make code-style-fix
```
### Сode style check
```bash
make code-style-check
@ -30,7 +25,7 @@ make code-style-check
make analyze-code
```
### Run Run unit tests
### Run unit tests
```bash
make run-unit-tests
```