There was an error while loading. Please reload this page.
1 parent d7113e1 commit 883e0caCopy full SHA for 883e0ca
1 file changed
.github/workflows/ci.yaml
@@ -325,6 +325,8 @@ jobs:
325
python-version: ${{ env.PYTHON_VERSION }}
326
- name: install ruff
327
run: python -m pip install ruff==0.0.291 # astral-sh/ruff#7778
328
+ - name: Ensure docs generate no warnings
329
+ run: cargo doc -- -Dwarnings
330
- name: run python lint
331
run: ruff extra_tests wasm examples --exclude='./.*',./Lib,./vm/Lib,./benches/ --select=E9,F63,F7,F82 --show-source
332
- name: install prettier
0 commit comments