Skip to content

Commit

Permalink
remove deny
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Nov 12, 2023
1 parent ba1281b commit ac2aaa3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 68 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,20 +94,6 @@ jobs:
- name: Run cargo fmt
run: cargo fmt --all -- --check

deny:
name: Deny
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- name: Install tooling
run: |
cargo install cargo-quickinstall
cargo quickinstall cargo-deny
- name: Run cargo deny
run: cargo deny check

doc:
name: Doc
runs-on: ubuntu-latest
Expand Down
54 changes: 0 additions & 54 deletions deny.toml

This file was deleted.

0 comments on commit ac2aaa3

Please sign in to comment.