From 3fd3c7aa5b0ac7b38f62c07c3e8624c5b9ba8b59 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Tue, 13 Jun 2023 22:16:14 +0300 Subject: [PATCH] [CI] Add cargo audit to CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9868dff..2e18b1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,3 +35,5 @@ jobs: components: rustfmt - name: Run formatting check run: cargo +nightly fmt --check --verbose + - name: Run audit + run: cargo audit --deny warnings