Skip to content

ci: to be removed - test cargo audit #1

ci: to be removed - test cargo audit

ci: to be removed - test cargo audit #1

Workflow file for this run

name: Cargo Audit
on:
push:
pull_request:
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Install cargo-audit
run: cargo install cargo-audit
- name: Run cargo audit
run: cargo audit