Skip to content

build(deps): bump the all-dependencies group with 2 updates #71

build(deps): bump the all-dependencies group with 2 updates

build(deps): bump the all-dependencies group with 2 updates #71

Workflow file for this run

name: cargo-deny
on:
push:
branches:
- master
pull_request:
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
checks:
- advisories
- bans licenses sources
# Prevent sudden announcement of a new advisory from failing ci:
continue-on-error: ${{ matrix.checks == 'advisories' }}
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v2
with:
command: check ${{ matrix.checks }}