Skip to content
Merged
14 changes: 12 additions & 2 deletions .github/workflows/cargo-deny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,24 @@ on:
pull_request:

jobs:
cargo-deny:
cargo-deny-v2:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v2
with:
log-level: warn
manifest-path: ./dictsqlite_v2/dictsqlite/Cargo.toml
command: check advisories bans licenses sources
arguments: --all-features

cargo-deny-v4:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v2
with:
log-level: warn
manifest-path: ./others/beta-versions/dictsqlite_v4.1/Cargo.toml
command: check advisories bans sources
command: check advisories bans licenses sources
arguments: --all-features
Loading
Loading