Skip to content

Add RoundInput::received_msg_from method #86

Add RoundInput::received_msg_from method

Add RoundInput::received_msg_from method #86

Workflow file for this run

name: Security audit
on:
pull_request:
branches: [ "**" ]
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rustsec/audit-check@v1.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}