Skip to content

Add more NMBS_CLIENT_DISABLED/NMBS_SERVER_DISABLED #ifndef sections #30

Add more NMBS_CLIENT_DISABLED/NMBS_SERVER_DISABLED #ifndef sections

Add more NMBS_CLIENT_DISABLED/NMBS_SERVER_DISABLED #ifndef sections #30

name: clang-format check
on: [workflow_dispatch, pull_request]
jobs:
formatting-check:
name: Formatting check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/[email protected]
with:
clang-format-version: '13'
check-path: '.'
include-regex: '^.*\.((((c|C)(c|pp|xx|\+\+)?$)|((h|H)h?(pp|xx|\+\+)?$)))$'