From d63fcf08b8bf4a9d5e408bc28524a3781042797f Mon Sep 17 00:00:00 2001 From: Denis Nutiu Date: Tue, 27 Feb 2024 22:13:14 +0200 Subject: [PATCH] remove license check from flow --- .github/workflows/ci.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ba373e..f187833 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,16 +48,3 @@ jobs: with: command: clippy args: -- -D warnings - - license-check: - name: Check Licenses and Security Advisories - runs-on: ubuntu-latest - strategy: - matrix: - checks: - - advisories bans licenses sources - steps: - - uses: actions/checkout@v2 - - uses: EmbarkStudios/cargo-deny-action@v1 - with: - command: check ${{ matrix.checks }}