Skip to content

Instantly share code, notes, and snippets.

View mihsamusev's full-sized avatar
🏠
Working from home

Mihhail Samusev mihsamusev

🏠
Working from home
View GitHub Profile
@LukeMathWalker
LukeMathWalker / audit.yml
Last active May 22, 2024 15:25
GitHub Actions - Rust setup
name: Security audit
on:
schedule:
- cron: '0 0 * * *'
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit: