Skip to content

Specify license in Cargo.toml #1

Specify license in Cargo.toml

Specify license in Cargo.toml #1

Workflow file for this run

name: Rust Lib Security
on:
push:
branches:
- main
paths:
- 'omniqueue/Cargo.toml'
- 'omniqueue/Cargo.lock'
- '.github/workflows/rust-security.yml'
pull_request:
paths:
- 'omniqueue/Cargo.toml'
- 'omniqueue/Cargo.lock'
- '.github/workflows/rust-security.yml'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: EmbarkStudios/cargo-deny-action@v1
with:
arguments: --manifest-path=omniqueue/Cargo.toml