File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
shell : bash
24
24
25
25
- run : rustup toolchain install nightly --component rustfmt
26
- - run : cargo +nightly fmt --all -- --check --files-with-diff
26
+ - run : cargo +nightly fmt --all -- --check
27
27
28
28
# the "runc" and "containerd-shim" crates have `sync` code that is not covered by the workspace
29
29
- run : cargo check -p runc --all-targets
40
40
- run : cargo doc --no-deps --features docs
41
41
env :
42
42
RUSTDOCFLAGS : -Dwarnings
43
-
43
+
44
44
# See https://github.com/containerd/rust-extensions/issues/348
45
45
# - name: check unused dependencies
46
46
58
58
- run : cargo check --examples --tests -p containerd-shim -p containerd-shim-protos -p containerd-client
59
59
60
60
- run : rustup toolchain install nightly --component rustfmt
61
- - run : cargo +nightly fmt -p containerd-shim -p containerd-shim-protos -p containerd-client -- --check --files-with-diff
61
+ - run : cargo +nightly fmt -p containerd-shim -p containerd-shim-protos -p containerd-client -- --check
62
62
63
63
- run : cargo clippy -p containerd-shim -p containerd-shim-protos -- -D warnings
64
64
- run : cargo doc --no-deps -p containerd-shim -p containerd-shim-protos -p containerd-client
You can’t perform that action at this time.
0 commit comments