chore: checkpoint before Python removal

This commit is contained in:
2026-03-26 22:33:59 +00:00
parent 683cec9307
commit e568ddf82a
29972 changed files with 11269302 additions and 2 deletions

View File

@@ -0,0 +1,27 @@
---
# Checks if doc comments will have no errors on `docs.rs`.
when:
- event: [manual, push, tag]
variables:
rust_nightly_image: &rust_nightly_image 'rustlang/rust:nightly-slim'
clone:
git:
image: woodpeckerci/plugin-git
settings:
# Custom root CA certificate will be used in some local networks.
# The global environment variable WP_GIT_SKIP_VERIFY will be
# set to `true` in such environment.
skip-verify: ${WP_GIT_SKIP_VERIFY:-false}
lfs: false
steps:
- name: doc (docs.rs)
image: *rust_nightly_image
commands:
- export RUSTDOCFLAGS="-D warnings"
# Workaround to avoid build failure caused by too-old dependencies.
- cargo update
- cargo rustdoc --all-features -- --cfg docsrs