Skip to content

Add rewards abuse checker worker and disable notifications #411

Add rewards abuse checker worker and disable notifications

Add rewards abuse checker worker and disable notifications #411

Workflow file for this run

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