Skip to content

Commit 29aa4a1

Browse files
authored
Merge pull request #28 from DIG-Network/create-collateralization-with-p2-parent
Create collateralization with p2 parent
2 parents 3dde07d + 057b28f commit 29aa4a1

File tree

20 files changed

+986
-4515
lines changed

20 files changed

+986
-4515
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ jobs:
3535
toolchain: stable
3636

3737
- name: Clippy
38-
run: rustup component add clippy && cargo clippy --workspace --all-features --all-targets
38+
run: rustup component add clippy && cargo clippy --all-targets --all-features -- -D warnings
3939

4040
- name: Unused dependencies
4141
run: |
4242
cargo install cargo-machete --locked
4343
cargo machete
4444
4545
- name: Fmt
46-
run: rustup component add rustfmt && cargo fmt --all
46+
run: rustup component add rustfmt && cargo fmt --all -- --check
4747

4848
build:
4949
needs: rust-checks

0 commit comments

Comments
 (0)