Skip to content

Commit c1d644b

Browse files
docs(python): align onboarding flows and add markdown validation
1 parent 97910e6 commit c1d644b

18 files changed

Lines changed: 395 additions & 775 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
1616
- name: Install dependencies
1717
run: poetry install
18+
- name: Validate docs
19+
run: poetry run python scripts/validate_docs.py
1820
- name: Compile
1921
run: poetry run mypy .
2022
test:
@@ -31,6 +33,8 @@ jobs:
3133
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
3234
- name: Install dependencies
3335
run: poetry install
36+
- name: Validate docs
37+
run: poetry run python scripts/validate_docs.py
3438

3539
- name: Test
3640
run: poetry run pytest -rP .

0 commit comments

Comments
 (0)