Skip to content

clang-format Check #258

clang-format Check

clang-format Check #258

Workflow file for this run

name: clang-format Check
push:
branches : ["main"]
pull_request:
branches : ["main"]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'src'
- 'tests'
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/[email protected]
with:
clang-format-version: '17'
check-path: ${{ matrix.path }}