Skip to content

Instantly share code, notes, and snippets.

View lquenti's full-sized avatar
🍒
Less is more

Lars Quentin lquenti

🍒
Less is more
View GitHub Profile
@lquenti
lquenti / audit.yml
Created August 11, 2023 12:52 — forked from LukeMathWalker/audit.yml
GitHub Actions - Rust setup
name: Security audit
on:
schedule:
- cron: '0 0 * * *'
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit: