Skip to content

Commit

Permalink
ci: Disable deny workflow (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco authored Jan 14, 2021
1 parent fdda5ae commit 4974604
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
- name: Check all targets
run: cargo check --all --all-targets --all-features

deny-check:
name: cargo-deny check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: EmbarkStudios/cargo-deny-action@v1
# deny-check:
# name: cargo-deny check
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v1
# - uses: EmbarkStudios/cargo-deny-action@v1

test:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 4974604

Please sign in to comment.