Skip to content

[EIS-359] enable mcumgr with Bluetooth #426

[EIS-359] enable mcumgr with Bluetooth

[EIS-359] enable mcumgr with Bluetooth #426

Workflow file for this run

name: clang-format
on:
pull_request:
paths:
- '.github/workflows/clang-format.yml'
- '**/*.c'
- '**/*.h'
jobs:
formatting-check:
name: Formatting check on repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check.
uses: jidicula/[email protected]
with:
# Default version shipped with `ms-vscode.cpptools`
clang-format-version: '18'
exclude-regex: (lib/crypto/ascon)