Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

chore(lambda-extension, lambda-http, lambda-runtime-api-client, lambd…#85

chore(lambda-extension, lambda-http, lambda-runtime-api-client, lambd…

chore(lambda-extension, lambda-http, lambda-runtime-api-client, lambd… #85

Workflow file for this run

name:Check rustdocs
# this is its own workflow since we to to use unstable
# to have the docs.rs display of feature flags
on:
push:
paths:
-'lambda-runtime/**'
-'lambda-runtime-api-client/**'
-'lambda-http/**'
-'lambda-events/**'
-'lambda-extension/**'
-'Cargo.toml'
pull_request:
paths:
-'lambda-runtime/**'
-'lambda-runtime-api-client/**'
-'lambda-http/**'
-'lambda-events/**'
-'lambda-extension/**'
-'Cargo.toml'
jobs:
build-runtime:
runs-on:ubuntu-latest
env:
RUST_BACKTRACE:1
steps:
-uses:actions/checkout@v3
-uses:dtolnay/rust-toolchain@nightly
-name:Check documentation
shell:bash
env:
RUSTFLAGS:--cfg docsrs
RUSTDOCFLAGS:--cfg docsrs -Dwarnings
run:cargo doc --no-deps --document-private-items --all-features

[8]ページ先頭

©2009-2025 Movatter.jp