Skip to content

feat(greeks): Garman-Kohlhagen FX Greeks (delta/gamma/vega/theta/rho_… #289

feat(greeks): Garman-Kohlhagen FX Greeks (delta/gamma/vega/theta/rho_…

feat(greeks): Garman-Kohlhagen FX Greeks (delta/gamma/vega/theta/rho_… #289

Workflow file for this run

name: Security Audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
pull_request:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
schedule:
- cron: '0 0 * * *'
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/audit@v1
name: Audit Rust Dependencies