Skip to content

Instantly share code, notes, and snippets.

@Steelbirdy
Steelbirdy / audit-on-push.yml
Created May 13, 2021 22:02 — forked from LukeMathWalker/audit.yml
GitHub Actions - Rust setup
name: Security audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit:
runs-on: ubuntu-latest
steps: