Skip to content

02 of 10 LNX series - Minor fix to ofi_check_fabric_attr() #3082

02 of 10 LNX series - Minor fix to ofi_check_fabric_attr()

02 of 10 LNX series - Minor fix to ofi_check_fabric_attr() #3082

name: clang-format Check
on: [push, pull_request]
permissions:
contents: read
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.11.0
with:
clang-format-version: '15'
check-path: ${{ matrix.path }}