style: Add markdownlint pre-commit hook (#2038)

Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
This commit is contained in:
Ayaz Salikhov
2025-04-28 16:31:07 +01:00
committed by GitHub
parent b51ed8dd98
commit 4a0267fbac
13 changed files with 116 additions and 96 deletions

View File

@@ -6,6 +6,6 @@ The correctness of new implementations can be verified via running unit tests. B
To run the unit tests, first build Clio as normal, then execute `./clio_tests` to run all unit tests.
# Adding Unit Tests
## Adding Unit Tests
To add unit tests, please create a separate file for the component you are trying to cover (unless it already exists) and use any other existing unit test file as an example.