Skip to content

nym-api: make report/avg_uptime endpoints ignore blacklist #885

nym-api: make report/avg_uptime endpoints ignore blacklist

nym-api: make report/avg_uptime endpoints ignore blacklist #885

Workflow file for this run

name: ci-cargo-deny
on:
workflow_dispatch:
pull_request:
jobs:
cargo-deny:
runs-on: ubuntu-22.04
strategy:
matrix:
checks:
# - advisories
- licenses bans sources
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
with:
log-level: warn
command: check ${{ matrix.checks }}
argument: --all-features