Skip to content

fix(notification_router): handle partial failures in batch_load_and_notify #223

fix(notification_router): handle partial failures in batch_load_and_notify

fix(notification_router): handle partial failures in batch_load_and_notify #223

Workflow file for this run

name: Audit
on:
pull_request:
branches: [ main ]
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}