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
parent 7388219c8d
commit 4ebafa8609

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"