Skip to content

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

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

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

name: Clang-format
on: [pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- name: git checkout repository
uses: actions/checkout@v4
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/clang-format-action@v4.12.0
with:
clang-format-version: "14"