Skip to content

[v1.19.x] github/actions: Synchronize with main #349

[v1.19.x] github/actions: Synchronize with main

[v1.19.x] github/actions: Synchronize with main #349

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/[email protected]
with:
clang-format-version: '15'
check-path: ${{ matrix.path }}