Skip to content

Add notes about cli as well #6

Add notes about cli as well

Add notes about cli as well #6

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
cargo-deny:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# https://embarkstudios.github.io/cargo-deny/index.html
# https://github.com/EmbarkStudios/cargo-deny-action
# cargo install --locked cargo-deny
# cargo deny check --config .ci/cargo-deny-config.toml
- uses: EmbarkStudios/cargo-deny-action@v1
with:
log-level: warn
command: check
arguments: --all-features
command-arguments: --config .ci/cargo-deny-config.toml