Skip to content

feat: reject consensus - leader step down on consensus rejection #52

feat: reject consensus - leader step down on consensus rejection

feat: reject consensus - leader step down on consensus rejection #52

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