Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 07aa90c

Browse filesBrowse files
committed
build docs on CI and deny warnings
1 parent 8063148 commit 07aa90c
Copy full SHA for 07aa90c

File tree

1 file changed

+2
-0
lines changed
Filter options

1 file changed

+2
-0
lines changed

‎.github/workflows/ci.yaml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yaml
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,8 @@ jobs:
332332
python-version: ${{ env.PYTHON_VERSION }}
333333
- name: install ruff
334334
run: python -m pip install ruff==0.0.291 # astral-sh/ruff#7778
335+
- name: Ensure docs generate no warnings
336+
run: cargo doc -- -Dwarnings
335337
- name: run python lint
336338
run: ruff extra_tests wasm examples --exclude='./.*',./Lib,./vm/Lib,./benches/ --select=E9,F63,F7,F82 --show-source
337339
- name: install prettier

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.