Skip to content

chore(deps): bump jidicula/clang-format-action from 4.11.0 to 4.12.0 #588

chore(deps): bump jidicula/clang-format-action from 4.11.0 to 4.12.0

chore(deps): bump jidicula/clang-format-action from 4.11.0 to 4.12.0 #588

Workflow file for this run

name: clang-format Check
on:
push:
paths:
- "**/CMakeLists.txt"
- "**.h"
- "**.cpp"
- "**/style-check.yml"
workflow_dispatch:
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/clang-format-action@v4.12.0
with:
clang-format-version: "14"