Skip to content

Setup release 2.12.0 #2279

Setup release 2.12.0

Setup release 2.12.0 #2279

Workflow file for this run

name: clang-format Check
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Run clang-format style check
uses: jidicula/clang-format-action@v4.18.0
with:
clang-format-version: '21'