Skip to content

Commit

Permalink
feat: add cargo deny (#40)
Browse files Browse the repository at this point in the history
* feat: add cargo deny

* Update deny.toml

---------

Co-authored-by: Amr Bashir <[email protected]>
  • Loading branch information
CrabNejonas and amr-crabnebula authored Oct 5, 2023
1 parent dff8dab commit db1311d
Show file tree
Hide file tree
Showing 14 changed files with 191 additions and 124 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,9 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo test --workspace --lib --bins --tests --benches --all-features --no-fail-fast

deny:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
/target
.idea
Loading

0 comments on commit db1311d

Please sign in to comment.