Skip to content

Update nft-voter version to 0.2.3 #2

Update nft-voter version to 0.2.3

Update nft-voter version to 0.2.3 #2

Workflow file for this run

name: Cargo Audit
on:
push:
branches: master
pull_request:
branches: master
jobs:
cargo-audit:
name: Cargo Audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Cargo Audit
uses: actions-rs/[email protected]
with:
crate: cargo-audit
version: latest
# Run cargo audit using args from .cargo/audit.toml
- name: Run Cargo Audit
run: cargo audit -c always