Skip to content

Bump external/googletest from a1e255a to 1204d63 #346

Bump external/googletest from a1e255a to 1204d63

Bump external/googletest from a1e255a to 1204d63 #346

name: clang-format Check
on: [push, pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- check: '.'
exclude: '(external)'
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/[email protected]
with:
check-path: ${{ matrix.path['check'] }}
exclude-regex: ${{ matrix.path['exclude'] }}