Skip to content

fix: indirect subscript #30

fix: indirect subscript

fix: indirect subscript #30

name: Check formatting with clang-format
on:
push:
branches:
- '**'
pull_request:
branches:
- main
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'include'
- 'src'
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 }}
exclude-regex: (3rd-party)