Skip to content

chore(ci): remove comments to allow CI MSRV to parse toml #20

chore(ci): remove comments to allow CI MSRV to parse toml

chore(ci): remove comments to allow CI MSRV to parse toml #20

Workflow file for this run

name: cargo-audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
schedule:
- cron: '0 16 * * Mon'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: rustsec/audit-check@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}