Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

chore(ci): add cargo deny workflow #2

chore(ci): add cargo deny workflow

chore(ci): add cargo deny workflow #2

Workflow file for this run

name: deny
on:
push:
branches: [master]
paths: [Cargo.lock]
pull_request:
branches: [master]
paths: [Cargo.lock]
merge_group:
env:
RUSTFLAGS: -D warnings
CARGO_TERM_COLOR: always
concurrency: deny-${{ github.head_ref || github.run_id }}
jobs:
deny:
name: deny
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check all