Skip to content

ci: Coderabbit and macOS update #221

ci: Coderabbit and macOS update

ci: Coderabbit and macOS update #221

name: clang-format Check
on:
push:
branches:
- main
- develop
pull_request:
branches:
- develop
workflow_dispatch:
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'src'
- 'include'
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/clang-format-action@v4.13.0
with:
clang-format-version: '18'
check-path: ${{ matrix.path }}
fallback-style: 'Google' # optional