Skip to content

feat: Rework CLI introspections #388

feat: Rework CLI introspections

feat: Rework CLI introspections #388

Workflow file for this run

name: Verify dependencies
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
deny-check:
name: cargo-deny check
runs-on: ubuntu-latest
strategy:
matrix:
checks:
- advisories
- licenses
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check ${{ matrix.checks }}
arguments: --all-features
manifest-path: libs/Cargo.toml