remove license check from flow

This commit is contained in:
Denis-Cosmin Nutiu 2024-02-27 22:13:14 +02:00
parent 35c2adef92
commit d63fcf08b8

View file

@ -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 }}