Skip to content

fix: license and upgrade #39

fix: license and upgrade

fix: license and upgrade #39

Workflow file for this run

name: 🛡 Dependency Security & License Audit
on:
- pull_request
jobs:
cargo-deny:
runs-on: ubuntu-22.04
strategy:
matrix:
checks:
- advisories
- bans sources
# Prevent sudden announcement of a new advisory from failing CI:
continue-on-error: ${{ matrix.checks == 'advisories' }}
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check ${{ matrix.checks }}
arguments: --all-features