Skip to content

Commit cd926a2

Browse files
committed
Remove --files-with-diff
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent ae876e3 commit cd926a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
shell: bash
2424

2525
- run: rustup toolchain install nightly --component rustfmt
26-
- run: cargo +nightly fmt --all -- --check --files-with-diff
26+
- run: cargo +nightly fmt --all -- --check
2727

2828
# the "runc" and "containerd-shim" crates have `sync` code that is not covered by the workspace
2929
- run: cargo check -p runc --all-targets
@@ -40,7 +40,7 @@ jobs:
4040
- run: cargo doc --no-deps --features docs
4141
env:
4242
RUSTDOCFLAGS: -Dwarnings
43-
43+
4444
# See https://github.com/containerd/rust-extensions/issues/348
4545
# - name: check unused dependencies
4646
# uses: bnjbvr/[email protected]
@@ -58,7 +58,7 @@ jobs:
5858
- run: cargo check --examples --tests -p containerd-shim -p containerd-shim-protos -p containerd-client
5959

6060
- 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
6262

6363
- run: cargo clippy -p containerd-shim -p containerd-shim-protos -- -D warnings
6464
- run: cargo doc --no-deps -p containerd-shim -p containerd-shim-protos -p containerd-client

0 commit comments

Comments
 (0)