Skip to content

Merge pull request #2 from amritghimire/amritghimire-patch-1 #29

Merge pull request #2 from amritghimire/amritghimire-patch-1

Merge pull request #2 from amritghimire/amritghimire-patch-1 #29

Workflow file for this run

name: Deny
on: [push, pull_request]
jobs:
cargo-deny:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
with:
log-level: warn
command: check
arguments: --all-features