ci: Disable deny workflow (#534)

This commit is contained in:
Lucio Franco
2021-01-14 16:42:12 -05:00
committed by GitHub
parent fdda5ae26a
commit 4974604c0b
+6 -6
View File
@@ -33,12 +33,12 @@ jobs:
- name: Check all targets - name: Check all targets
run: cargo check --all --all-targets --all-features run: cargo check --all --all-targets --all-features
deny-check: # deny-check:
name: cargo-deny check # name: cargo-deny check
runs-on: ubuntu-latest # runs-on: ubuntu-latest
steps: # steps:
- uses: actions/checkout@v1 # - uses: actions/checkout@v1
- uses: EmbarkStudios/cargo-deny-action@v1 # - uses: EmbarkStudios/cargo-deny-action@v1
test: test:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}