Skip to content

Add ability to insert a custom message in auto generated notice #63

Add ability to insert a custom message in auto generated notice

Add ability to insert a custom message in auto generated notice #63

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
build:
name: cargo-deny
runs-on: ubuntu-latest
strategy:
matrix:
checks:
- advisories
- bans licenses sources
# Don't fail CI for advisories
continue-on-error: ${{ matrix.checks == 'advisories' }}
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check ${{ matrix.checks }}