File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ name: Check rustdocs
5
5
on :
6
6
push :
7
7
paths :
8
- - ' lambda*'
8
+ - ' lambda-runtime/**'
9
+ - ' lambda-runtime-api-client/**'
10
+ - ' lambda-http/**'
11
+ - ' lambda-events/**'
12
+ - ' lambda-extension/**'
9
13
- ' Cargo.toml'
10
14
11
15
pull_request :
20
24
env :
21
25
RUST_BACKTRACE : 1
22
26
steps :
23
- - uses : dtolnay/rust-toolchain@master
24
- with :
25
- toolchain : unstable
27
+ - uses : actions/checkout@v3
28
+ - uses : dtolnay/rust-toolchain@unstable
26
29
27
30
- name : Check documentation
28
31
shell : bash
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ pub use telemetry::*;
24
24
/// Include several request builders to interact with the Extension API.
25
25
pub mod requests;
26
26
27
- /// Utilities to initialize and use `tracing` and `tracing-subscriber` in Lambda Functions.
27
+ /// Utilities to initialize and use `tracing` and `tracing-subscriber` in Lambda Functions. Foo
28
28
#[ cfg( feature = "tracing" ) ]
29
29
pub use lambda_runtime_api_client:: tracing;
30
30
You can’t perform that action at this time.
0 commit comments