Skip to content

Fill out the remaining missing docs and configure denying of missing docs from now on #21

Fill out the remaining missing docs and configure denying of missing docs from now on

Fill out the remaining missing docs and configure denying of missing docs from now on #21

Workflow file for this run

name: Lint dependencies (for licences, allowed sources, banned dependencies, vulnerabilities)
on:
pull_request:
paths:
- '**/Cargo.toml'
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
cargo-deny:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1