We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ccda17 commit 36fad9aCopy full SHA for 36fad9a
.github/workflows/test.yml
@@ -52,6 +52,9 @@ jobs:
52
brew tap ethereum/ethereum
53
brew install ethereum
54
55
+ - name: Machete
56
+ uses: bnjbvr/[email protected]
57
+
58
- name: Format
59
run: make format
60
Makefile
@@ -1,4 +1,4 @@
1
-.PHONY: format clippy test
+.PHONY: format clippy test machete
2
3
format:
4
cargo fmt --all -- --check
@@ -8,3 +8,7 @@ clippy:
8
9
test:
10
cargo test --workspace -- --nocapture
11
12
+machete:
13
+ cargo install cargo-machete
14
+ cargo machete
0 commit comments