Skip to content

Always keep the same client around #172

Always keep the same client around

Always keep the same client around #172

name: clang-format Check
on:
workflow_call:
workflow_dispatch:
push:
jobs:
formatting-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/[email protected]
with:
clang-format-version: '13'
check-path: '.'