Skip to content

Make using the CARGO_METADATA object simpler #43

Make using the CARGO_METADATA object simpler

Make using the CARGO_METADATA object simpler #43

Workflow file for this run

name: Security audit
on:
pull_request:
paths:
# Run if workflow changes
- '.github/workflows/audit.yml'
# Run on changed dependencies
- '**/Cargo.toml'
- '**/Cargo.lock'
# Run if the configuration file changes
- '**/audit.toml'
push:
paths:
# Run if workflow changes
- '.github/workflows/audit.yml'
# Run on changed dependencies
- '**/Cargo.toml'
- '**/Cargo.lock'
# Run if the configuration file changes
- '**/audit.toml'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- name: Set up Rust
uses: actions/checkout@v4
- name: Run audit
uses: actions-rust-lang/audit@v1