Skip to content

Align formats with Patchwork (#1) #10

Align formats with Patchwork (#1)

Align formats with Patchwork (#1) #10

Workflow file for this run

name: Audit Dependencies
on:
push:
branches:
- main
paths:
- '.github/workflows/cargo-audit.yml'
- '**/Cargo.toml'
- '**/Cargo.lock'
- '**/audit.toml'
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
pull_request:
jobs:
audit:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/audit@v1
name: Audit Rust Dependencies