Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Add raft_voter_contact() #239

Add raft_voter_contact()

Add raft_voter_contact() #239

Workflow file for this run

name: Linting
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.14
with:
source: 'src test example'
exclude: 'test/lib/munit.*'
extensions: 'c,h'
clangFormatVersion: 14
style: file