Skip to content

Merge branch 'ofiwg:main' into feature_coverage #1

Merge branch 'ofiwg:main' into feature_coverage

Merge branch 'ofiwg:main' into feature_coverage #1

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@v3
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/[email protected]
with:
clang-format-version: '15'
check-path: ${{ matrix.path }}