Skip to content

Merge branch 'master' into baylesj-patch-6 #46

Merge branch 'master' into baylesj-patch-6

Merge branch 'master' into baylesj-patch-6 #46

Workflow file for this run

name: clang-format check
on: [check_run, push]
jobs:
formatting-check:
name: formatting check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'src'
- 'examples'
- 'include'
steps:
- uses: actions/checkout@v4
- name: runs clang-format style check for C/C++/Protobuf programs.
uses: jidicula/[email protected]
with:
clang-format-version: '18'
check-path: ${{ matrix.path }}