Skip to content

Try out custom action #52

Try out custom action

Try out custom action #52

Workflow file for this run

name: Rust Vulnerability Audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
schedule:
- cron: '0 0 * * MON'
workflow_dispatch:
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: illdefined/rust
- run: cargo install --locked cargo-audit
- run: cargo audit