Skip to content

feat: voter votes only once #55

feat: voter votes only once

feat: voter votes only once #55

Workflow file for this run

name: Rust Format Check
on:
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt
override: true
- name: Run rustfmt
run: cargo fmt --all -- --check