feat(minor doc updates):

This commit is contained in:
Alexander Myasoedov
2025-02-11 15:26:31 +02:00
parent 5fa33f094c
commit 152c87611f
4 changed files with 39 additions and 5 deletions
+4
View File
@@ -29,6 +29,10 @@ jobs:
cache: "poetry"
- name: Install dependencies
run: poetry install
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit
run: pre-commit run --all-files
- name: Run unit tests
run: |
poetry run pytest .