Skip to content

fix: improve MQTT error handling and client mapping validation #694

fix: improve MQTT error handling and client mapping validation

fix: improve MQTT error handling and client mapping validation #694

name: clang-format Check
on:
push:
paths-ignore:
- "doc/**"
- "example/**"
- ".github/**"
- ".vscode/**"
- "*.md"
pull_request:
paths-ignore:
- "doc/**"
- "example/**"
- ".github/**"
- ".vscode/**"
- "*.md"
permissions:
contents: read
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- "src"
- "test"
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/clang-format-action@v4.18.0
with:
clang-format-version: '20'
check-path: ${{ matrix.path }}