diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38c37bab5..d34a97026 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,3 +27,7 @@ jobs: - run: cargo build - run: cargo test - run: cargo bench + - uses: EmbarkStudios/cargo-deny-action@v1 + if: matrix.os == 'ubuntu-latest' # Only works on Linux + with: + command: check advisories bans sources