Skip to content

.github/workflows/cargo_deny.yml #2524

.github/workflows/cargo_deny.yml

.github/workflows/cargo_deny.yml #2524

Workflow file for this run

on:
push:
branches-ignore:
- 'ci-test'
tags-ignore:
- '**'
pull_request:
schedule:
- cron: '13 15 * * *'
workflow_dispatch:
jobs:
pyembed:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
with:
arguments: "--all-features --manifest-path pyembed/Cargo.toml"