Skip to content

Instantly share code, notes, and snippets.

View Loner1024's full-sized avatar
:octocat:

Loner1024

:octocat:
View GitHub Profile
@Loner1024
Loner1024 / audit-on-push.yml
Created January 14, 2023 08:57 — 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: