Skip to content

fabtests/efa: fix coverity issues in rnr_queue_resend test #54

fabtests/efa: fix coverity issues in rnr_queue_resend test

fabtests/efa: fix coverity issues in rnr_queue_resend test #54

name: clang-format Check
on: [push, pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'prov/sm2'
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/clang-format-action@v4.10.2
with:
clang-format-version: '15'
check-path: ${{ matrix.path }}