1 parent 4e06ab4 commit e9c46c7Copy full SHA for e9c46c7
1 file changed
Makefile
@@ -120,6 +120,16 @@ lint-python-fix: setup-python ## Run ruff and mypy to lint Python code
120
121
.PHONY: lint-rust lint-kotlin lint-swift lint-yaml
122
123
+check-licenses:
124
+ cargo deny check licenses
125
+
126
+check-bans:
127
+ cargo deny check bans
128
129
+check: check-licenses check-bans
130
131
+.PHONY: check-licenses check-bans check
132
133
# Formatting
134
135
fmt-rust: ## Format all Rust code
0 commit comments