ci: run cargo deb version

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-03-10 00:12:11 -05:00 committed by June
parent efe6a90159
commit e435d48b6f

View file

@ -45,6 +45,11 @@ name = "cargo-audit"
group = "versions"
script = "cargo audit --version"
[[task]]
name = "cargo-deb"
group = "versions"
script = "cargo deb --version"
[[task]]
name = "cargo-audit"
group = "security"