Skip to content

deny

deny #16987

Workflow file for this run

name: deny
on:
push:
branches: [master]
paths: [Cargo.lock, .github/workflows/deny.yml]
pull_request:
branches: [master]
paths: [Cargo.lock, .github/workflows/deny.yml]
merge_group:
permissions: {}
env:
RUSTFLAGS: -D warnings
CARGO_TERM_COLOR: always
concurrency: deny-${{ github.head_ref || github.run_id }}
jobs:
deny:
name: deny
runs-on: ubuntu-22.04
permissions:
contents: read
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: EmbarkStudios/cargo-deny-action@3c6349835b2b7b196a839186cb8b78e02f7b5f25
with:
command: check all