Skip to content

Ensure Redis clusters and multiplexed connections are supported #3

Ensure Redis clusters and multiplexed connections are supported

Ensure Redis clusters and multiplexed connections are supported #3

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