Skip to content

Merge branch 'main' into dependabot/github_actions/actionsx/prettier-… #378

Merge branch 'main' into dependabot/github_actions/actionsx/prettier-…

Merge branch 'main' into dependabot/github_actions/actionsx/prettier-… #378

Workflow file for this run

name: Security audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cargo install cargo-audit
- run: cargo audit