Skip to content

Bump external/googletest from 0953a17 to a1e255a #344

Bump external/googletest from 0953a17 to a1e255a

Bump external/googletest from 0953a17 to a1e255a #344

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/clang-format-action@v4.13.0
with:
check-path: ${{ matrix.path['check'] }}
exclude-regex: ${{ matrix.path['exclude'] }}