Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ggera committed Aug 20, 2024
1 parent d358837 commit 569c503
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-clippy-all-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
-e SKIP_WASM_BUILD=1 \
paritytech/ci-unified:bullseye-1.74.0 \
bash -c "
cargo clippy --all-targets --all-features --locked --quiet
cargo clippy --all-targets --all-features --locked --quiet"
2 changes: 1 addition & 1 deletion .github/workflows/check-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
-e SKIP_WASM_BUILD=1 \
paritytech/ci-unified:bullseye-1.74.0 \
bash -c "
cargo clippy --all-targets --locked --quiet
cargo clippy --all-targets --locked --quiet"
2 changes: 1 addition & 1 deletion .github/workflows/check-rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
-e SKIP_WASM_BUILD=1 \
paritytech/ci-unified:bullseye-1.74.0 \
bash -c "
cargo doc --all-features --no-deps --locked
cargo doc --all-features --no-deps --locked"
2 changes: 1 addition & 1 deletion .github/workflows/test-all-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
-e SKIP_WASM_BUILD=1 \
paritytech/ci-unified:bullseye-1.74.0 \
bash -c "
cargo test --all-features --all-targets --locked
cargo test --all-features --all-targets --locked"
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
-e SKIP_WASM_BUILD=1 \
paritytech/ci-unified:bullseye-1.74.0 \
bash -c "
cargo test --all-targets --locked
cargo test --all-targets --locked"

0 comments on commit 569c503

Please sign in to comment.