Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

Add confluent support #1290

Add confluent support

Add confluent support #1290

name: clang-format check
on: [push, pull_request]
jobs:
formatting-check:
name: Formatting check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/clang-format-action@v4.14.0
with:
clang-format-version: '19'
check-path: 'src'